]> git.ipfire.org Git - people/ms/u-boot.git/commit
TQM5200: Call usb_cpu_init() during board init
authorMarian Balakowicz <m8@semihalf.com>
Tue, 23 Oct 2007 23:37:36 +0000 (01:37 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Nov 2007 21:08:46 +0000 (22:08 +0100)
commit56622f87857439b1c221e9deef11a9d5bb5d4308
tree0b629b41ee905fa94dcf4b11aca20d2392f542bc
parent29c29c0267fe857e72014ce90c5d35b2ef6302bd
TQM5200: Call usb_cpu_init() during board init

usb_cpu_init() configures GPS USB pins, clocks, etc. and
is required for proper operation of kernel USB subsystem.
This setup was previously done in the kernel by the fixup
code which is being removed, thus low level init must be
done by U-boot now.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
board/tqm5200/tqm5200.c