Re: [U-Boot] [PATCH] ehci.h: replace usb root support from 2 to 5

2011-04-25 Thread Macpaul Lin
Hi Wolfgang, 2011/4/26 Wolfgang Denk : > Dear Macpaul Lin, > >>  #if !defined(CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS) >> -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS   2 >> +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS   5 >>  #endif > > I think only very few systems will really need this.  Why cannot yo

Re: [U-Boot] [PATCH] ehci.h: replace usb root support from 2 to 5

2011-04-25 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1303790229-9332-1-git-send-email-macp...@andestech.com> you wrote: > Replace usb root support from 2 to 5. > Some board has more then 2 usb slots hubs on the board. > > Signed-off-by: Macpaul Lin > --- > drivers/usb/host/ehci.h |2 +- > 1 files changed, 1 inser