Re: [U-Boot] [PATCH 2/5] pxa: activate the first usb host port on pxa27x by default

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/17 Stefan Herbrechtsmeier : > The pxa27x has 3 usb host ports. Activate all by default. > > Signed-off-by: Stefan Herbrechtsmeier > CC: Marek Vasut > CC: Remy Bohmer   > --- >  arch/arm/cpu/pxa/usb.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-u

[U-Boot] [PATCH 2/5] pxa: activate the first usb host port on pxa27x by default

2011-10-17 Thread Stefan Herbrechtsmeier
The pxa27x has 3 usb host ports. Activate all by default. Signed-off-by: Stefan Herbrechtsmeier CC: Marek Vasut CC: Remy Bohmer --- arch/arm/cpu/pxa/usb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/pxa/usb.c b/arch/arm/cpu/pxa/usb.c index 7f78ab7.