Fix building for mx51evk board
authorAnatolij Gustschin <agust@denx.de>
Mon, 12 Dec 2011 01:25:46 +0000 (01:25 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 19 Dec 2011 16:52:43 +0000 (17:52 +0100)
commit60bae5ef826b4685ccf433dae4ac2d3fea5b4839
tree130f15e0f87bb433d13b5a1f6d67b7b26a4af7ee
parent901de79a3792c81aefcbf207a34049e63f21362b
Fix building for mx51evk board

Fix:
mx51evk.c:206:6: error: conflicting types for 'board_ehci_hcd_init'
/u-boot/include/usb/ehci-fsl.h:254:5: note: previous declaration of
'board_ehci_hcd_init' was here

We also fix board_ehci_hcd_init() for mx53loco board.
Building for mx53loco worked since <usb/ehci-fsl.h> is
not included here.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
board/freescale/mx51evk/mx51evk.c
board/freescale/mx53loco/mx53loco.c