commit | ef2f579a33f3ba2b1bd1e0317919ae0bfb242981 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Mon Dec 12 01:25:46 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Dec 19 17:52:43 2011 +0100 |
tree | 130f15e0f87bb433d13b5a1f6d67b7b26a4af7ee | |
parent | 2dceb78ccd43a985cacd304e5a8618b655d55030 [diff] |
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>