Re: [U-Boot] [RFC USB PATCH V2] USB ehci fix and test on ixp4xx hardware

2008-12-15 Thread michael
Hi, Remy Bohmer wrote: > Hello Michael, > > 2008/12/12 Michael Trimarchi : >> EHCI fix code and ixp4xx test. >> USB ehci configuration parameter: >> >> #define CONFIG_CMD_USB 1 >> #define CONFIG_USB_STORAGE 1 >> #define CONFIG_USB_EHCI >> #define CONFIG_USB_EHCI_IXP4XX 1 >> #define

Re: [U-Boot] [RFC USB PATCH V2] USB ehci fix and test on ixp4xx hardware

2008-12-13 Thread Remy Bohmer
Hello Michael, 2008/12/12 Michael Trimarchi : > EHCI fix code and ixp4xx test. > USB ehci configuration parameter: > > #define CONFIG_CMD_USB 1 > #define CONFIG_USB_STORAGE 1 > #define CONFIG_USB_EHCI > #define CONFIG_USB_EHCI_IXP4XX 1 > #define CONFIG_EHCI_IS_TDI 1 > #define C