[U-Boot] [PATCH] MIP405T: fix compile problem

18 Jul
2009
18 Jul
'09
3:48 p.m.
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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/mpl/common/common_util.c b/board/mpl/common/common_util.c index 243e3eb..f3632c2 100644 --- 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)
--
1.6.0.6
5772
Age (days ago)
5772
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk