diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-18 15:46:02 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-18 15:46:02 +0200 |
commit | 5b54df2674fdad5e7d316484c67efc68e79f3f0d (patch) | |
tree | 2ea7a912dd15c081e8dc362ed7f1787a1b9de66d /board/mpl/common/common_util.c | |
parent | 170c19725ecd3a0e2e517dfd49979ca8822edec0 (diff) | |
download | u-boot-imx-5b54df2674fdad5e7d316484c67efc68e79f3f0d.zip u-boot-imx-5b54df2674fdad5e7d316484c67efc68e79f3f0d.tar.gz u-boot-imx-5b54df2674fdad5e7d316484c67efc68e79f3f0d.tar.bz2 |
MIP405T: fix compile problem
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>
Diffstat (limited to 'board/mpl/common/common_util.c')
-rw-r--r-- | 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) |