projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170c197
)
MIP405T: fix compile problem
author
Wolfgang Denk
<wd@denx.de>
Sat, 18 Jul 2009 13:46:02 +0000
(15:46 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 18 Jul 2009 13:46:02 +0000
(15:46 +0200)
The "stdio/device: rework function naming convention" patch
(commit
52cb4d4f
) broke the MIP405T board; this patch fixes it.
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/mpl/common/common_util.c
patch
|
blob
|
history
diff --git
a/board/mpl/common/common_util.c
b/board/mpl/common/common_util.c
index 243e3eb7f915ba762cfbcbc16a871c136762637e..f3632c266eb56559e44bc07d562f083a9ddc2da1 100644
(file)
--- a/
board/mpl/common/common_util.c
+++ b/
board/mpl/common/common_util.c
@@
-429,7
+429,7
@@
void check_env(void)
}
-extern
device_t
*stdio_devices[];
+extern
struct stdio_dev
*stdio_devices[];
extern char *stdio_names[];
void show_stdio_dev(void)