projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
914f58c
)
fdt: Fix typo in variable name.
author
Detlev Zundel
<dzu@denx.de>
Fri, 20 Jun 2008 20:24:05 +0000
(22:24 +0200)
committer
Detlev Zundel
<dzu@denx.de>
Fri, 20 Jun 2008 20:24:05 +0000
(22:24 +0200)
Signed-off-by: Detlev Zundel <dzu@denx.de>
common/fdt_support.c
patch
|
blob
|
history
diff --git
a/common/fdt_support.c
b/common/fdt_support.c
index
e58b294
..
3828228
100644
(file)
--- a/
common/fdt_support.c
+++ b/
common/fdt_support.c
@@
-63,7
+63,7
@@
int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
}
#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;
#ifdef CONFIG_CONS_INDEX
@@
-82,7
+82,7
@@
static int fdt_fixup_stdout(void *fdt, int choosenoff)
err = -FDT_ERR_NOSPACE;
if (p) {
memcpy(p, path, len);
- err = fdt_setprop(fdt, cho
o
senoff,
+ err = fdt_setprop(fdt, chosenoff,
"linux,stdout-path", p, len);
free(p);
}