diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-09 22:41:02 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 22:41:02 +0100 |
commit | cc557950f742fe18003638963e267d52036159ce (patch) | |
tree | d2735bf9f13bf56c6c71e7543e365a5005f65142 /board | |
parent | 7ca90513486abd4ae50bd1b7403f47cc58c5ad25 (diff) | |
parent | 58694f9709c0c3e3178e349ae748d98cfb0c639a (diff) | |
download | u-boot-imx-cc557950f742fe18003638963e267d52036159ce.zip u-boot-imx-cc557950f742fe18003638963e267d52036159ce.tar.gz u-boot-imx-cc557950f742fe18003638963e267d52036159ce.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-usb
Diffstat (limited to 'board')
-rw-r--r-- | board/tqm5200/tqm5200.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index f33d172..905a043 100644 --- a/board/tqm5200/tqm5200.c +++ b/board/tqm5200/tqm5200.c @@ -444,6 +444,7 @@ 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 |