On 13:35 Thu 27 Nov , Michael Trimarchi wrote: > Add Freescale ehci USB support > > Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> > > --- > drivers/usb/Makefile | 2 + > drivers/usb/usb_ehci_fsl.c | 99 > ++++++++++++++++++++++++++++++++++++++++++++ > drivers/usb/usb_ehci_fsl.h | 82 ++++++++++++++++++++++++++++++++++++ > 3 files changed, 183 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/usb_ehci_fsl.c > create mode 100644 drivers/usb/usb_ehci_fsl.h > > diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile > index 856f51a..6ba154b 100644 > --- a/drivers/usb/Makefile > +++ b/drivers/usb/Makefile > @@ -28,11 +28,13 @@ LIB := $(obj)libusb.a > # core > COBJS-y += usbdcore.o > COBJS-$(CONFIG_USB_OHCI_NEW) += usb_ohci.o > +COBJS-$(CONFIG_USB_EHCI) += usb_ehci_core.o please add this in the precedent patch when you the file
please fix also the precedent comment which still apply Best Regards, J. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

