commit | 56622f87857439b1c221e9deef11a9d5bb5d4308 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Wed Oct 24 01:37:36 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Nov 03 22:08:46 2007 +0100 |
tree | 0b629b41ee905fa94dcf4b11aca20d2392f542bc | |
parent | 29c29c0267fe857e72014ce90c5d35b2ef6302bd [diff] |
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>