TQM5200: Call usb_cpu_init() during board init
authorMarian Balakowicz <m8@semihalf.com>
Tue, 23 Oct 2007 23:37:36 +0000 (01:37 +0200)
committerMarkus Klotzbuecher <mk@denx.de>
Wed, 31 Oct 2007 09:39:50 +0000 (10:39 +0100)
commit245a362ad3c0c1b84fccc9fec7b623eb14f6e502
tree153d3a9c112697383310f44889f78d50fde7d15a
parentb5af773f8d92677e06f3295b45557c9d0a487c24
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>
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
board/tqm5200/tqm5200.c