Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
5981ebd3
Commit
5981ebd3
authored
16 years ago
by
Detlev Zundel
Committed by
Wolfgang Denk
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fdt: Fix typo in variable name.
Signed-off-by:
Detlev Zundel
<
dzu@denx.de
>
parent
a7a5982c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/fdt_support.c
+2
-2
2 additions, 2 deletions
common/fdt_support.c
with
2 additions
and
2 deletions
common/fdt_support.c
+
2
−
2
View file @
5981ebd3
...
@@ -63,7 +63,7 @@ int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
...
@@ -63,7 +63,7 @@ int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
}
}
#ifdef CONFIG_OF_STDOUT_VIA_ALIAS
#ifdef CONFIG_OF_STDOUT_VIA_ALIAS
static
int
fdt_fixup_stdout
(
void
*
fdt
,
int
cho
o
senoff
)
static
int
fdt_fixup_stdout
(
void
*
fdt
,
int
chosenoff
)
{
{
int
err
=
0
;
int
err
=
0
;
#ifdef CONFIG_CONS_INDEX
#ifdef CONFIG_CONS_INDEX
...
@@ -82,7 +82,7 @@ static int fdt_fixup_stdout(void *fdt, int choosenoff)
...
@@ -82,7 +82,7 @@ static int fdt_fixup_stdout(void *fdt, int choosenoff)
err
=
-
FDT_ERR_NOSPACE
;
err
=
-
FDT_ERR_NOSPACE
;
if
(
p
)
{
if
(
p
)
{
memcpy
(
p
,
path
,
len
);
memcpy
(
p
,
path
,
len
);
err
=
fdt_setprop
(
fdt
,
cho
o
senoff
,
err
=
fdt_setprop
(
fdt
,
chosenoff
,
"linux,stdout-path"
,
p
,
len
);
"linux,stdout-path"
,
p
,
len
);
free
(
p
);
free
(
p
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment