Re: [U-Boot] [PATCH 2/2] mx6qsabrelite: add and enable USB Host 1 support

2012-02-09 Thread Wolfgang Grandegger
Hi Dirk, On 02/09/2012 08:18 AM, Dirk Behme wrote: > Hi Wolfgang, > > On 08.02.2012 16:23, Wolfgang Grandegger wrote: >> Cc: Stefano Babic >> Cc: Jason Liu >> Signed-off-by: Wolfgang Grandegger >> --- >> board/freescale/mx6qsabrelite/mx6qsabrelite.c | 12 >> include/configs/mx6

Re: [U-Boot] [PATCH 2/2] mx6qsabrelite: add and enable USB Host 1 support

2012-02-08 Thread Dirk Behme
Hi Wolfgang, On 08.02.2012 16:23, Wolfgang Grandegger wrote: Cc: Stefano Babic Cc: Jason Liu Signed-off-by: Wolfgang Grandegger --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 12 include/configs/mx6qsabrelite.h | 15 +++ 2 files changed, 27 ins

Re: [U-Boot] [PATCH 2/2] mx6qsabrelite: add and enable USB Host 1 support

2012-02-08 Thread Fabio Estevam
On Wed, Feb 8, 2012 at 1:23 PM, Wolfgang Grandegger wrote: > --- a/include/configs/mx6qsabrelite.h > +++ b/include/configs/mx6qsabrelite.h > @@ -56,6 +56,21 @@ >  #define CONFIG_CMD_FAT >  #define CONFIG_DOS_PARTITION > > +#if 1 Please remove this. > +/* USB Configs */ > +#define CONFIG_CMD_USB

[U-Boot] [PATCH 2/2] mx6qsabrelite: add and enable USB Host 1 support

2012-02-08 Thread Wolfgang Grandegger
Cc: Stefano Babic Cc: Jason Liu Signed-off-by: Wolfgang Grandegger --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 12 include/configs/mx6qsabrelite.h | 15 +++ 2 files changed, 27 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx6qsab