diff options
author | Wolfgang Denk <wd@denx.de> | 2007-11-18 16:36:27 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-11-18 16:36:27 +0100 |
commit | 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37 (patch) | |
tree | 3216a241047e1e3edf63aa56f6f28bd3c1542f84 /board/tqm5200 | |
parent | 079c2c4fa71c0d1ebef394508df9088df8a308d3 (diff) | |
download | u-boot-imx-409ecdc0bb47dd28b0af6c25ffd658d22cc36b37.zip u-boot-imx-409ecdc0bb47dd28b0af6c25ffd658d22cc36b37.tar.gz u-boot-imx-409ecdc0bb47dd28b0af6c25ffd658d22cc36b37.tar.bz2 |
Fix compiler warnings for PPC systems. Update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/tqm5200')
-rw-r--r-- | board/tqm5200/tqm5200.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index da4e228..f33d172 100644 --- a/board/tqm5200/tqm5200.c +++ b/board/tqm5200/tqm5200.c @@ -444,6 +444,8 @@ ulong post_word_load (void) #ifdef CONFIG_BOARD_EARLY_INIT_R int board_early_init_r (void) { + extern int usb_cpu_init(void); + #ifdef CONFIG_PS2MULT ps2mult_early_init(); #endif /* CONFIG_PS2MULT */ @@ -591,9 +593,9 @@ int last_stage_init (void) disable_ctrlc(1); } #endif +#endif /* !CONFIG_TQM5200S */ return 0; -#endif /* !CONFIG_TQM5200S */ } #ifdef CONFIG_VIDEO_SM501 |