From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 14 Jan 2015 10:46:23 -0800 Subject: [U-Boot] [PATCH] ls1:config: Add USB support for ls1021atwr In-Reply-To: <54920CD0.3020708@freescale.com> References: <1413891405-24214-1-git-send-email-ramneek.mehresh@freescale.com> <54920CD0.3020708@freescale.com> Message-ID: <54B6B97F.3000808@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> --- >> 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