
On 12/17/2014 03:08 PM, York Sun wrote:
On 10/21/2014 04:36 AM, Ramneek Mehresh wrote:
Add USB EHCI/XHCI support for ls1021atwr platform and making xHCI as default mode
Signed-off-by: Ramneek Mehresh ramneek.mehresh@freescale.com
include/configs/ls1021atwr.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)
Please verify this patch on the latest u-boot. I saw compiling errors.
Please fix. This patch cause compiling errors on all ls1021atwr boards. If this patch depends on other patches, please put into comment so I can apply them in order.
+drivers/usb/host/built-in.o: In function `usb_lowlevel_init': +drivers/usb/host/xhci.c:948: undefined reference to `xhci_hcd_init' +drivers/usb/host/built-in.o: In function `usb_lowlevel_stop': +drivers/usb/host/xhci.c:1025: undefined reference to `xhci_hcd_stop' +arm-linux-gnueabi-ld.bfd: BFD (GNU Binutils for Ubuntu) 2.22 assertion fail ../../bfd/elf32-arm.c:7498 +arm-linux-gnueabi-ld.bfd: BFD (GNU Binutils for Ubuntu) 2.22 assertion fail ../../bfd/elf32-arm.c:13830 +make[1]: *** [u-boot] Error 139 +make: *** [sub-make] Error 2
York