Re: [U-Boot] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-07-23 Thread Marek Vasut
Dear Tom Rini, > On Sat, Jul 21, 2012 at 05:02:27PM +0200, Marek Vasut wrote: > > This fixes the breakage with SPL on most OMAP boards after the GPIO > > driver was moved. > > > > Signed-off-by: Marek Vasut > > Cc: Wolfgang Denk > > Cc: Albert Aribaud > > Cc: U-Boot DM > > Cc: Tom Rini > >

Re: [U-Boot] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-07-23 Thread Tom Rini
On Sat, Jul 21, 2012 at 05:02:27PM +0200, Marek Vasut wrote: > This fixes the breakage with SPL on most OMAP boards after the GPIO > driver was moved. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Albert Aribaud > Cc: U-Boot DM > Cc: Tom Rini The change is fine so Acked-by: Tom

Re: [U-Boot] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-07-21 Thread Otavio Salvador
On Sat, Jul 21, 2012 at 2:58 PM, Marek Vasut wrote: >> On Sat, Jul 21, 2012 at 2:50 PM, Marek Vasut wrote: >> > Dear Otavio Salvador, >> > >> >> On Sat, Jul 21, 2012 at 12:02 PM, Marek Vasut wrote: >> >> > This fixes the breakage with SPL on most OMAP boards after the GPIO >> >> > driver was mov

Re: [U-Boot] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-07-21 Thread Marek Vasut
Dear Otavio Salvador, > On Sat, Jul 21, 2012 at 2:50 PM, Marek Vasut wrote: > > Dear Otavio Salvador, > > > >> On Sat, Jul 21, 2012 at 12:02 PM, Marek Vasut wrote: > >> > This fixes the breakage with SPL on most OMAP boards after the GPIO > >> > driver was moved. > >> > >> It seems logical thi

Re: [U-Boot] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-07-21 Thread Otavio Salvador
On Sat, Jul 21, 2012 at 2:50 PM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Sat, Jul 21, 2012 at 12:02 PM, Marek Vasut wrote: >> > This fixes the breakage with SPL on most OMAP boards after the GPIO >> > driver was moved. >> >> It seems logical this to be merged on the GPIO move patch. An

Re: [U-Boot] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-07-21 Thread Marek Vasut
Dear Otavio Salvador, > On Sat, Jul 21, 2012 at 12:02 PM, Marek Vasut wrote: > > This fixes the breakage with SPL on most OMAP boards after the GPIO > > driver was moved. > > It seems logical this to be merged on the GPIO move patch. Any reason > to not do that? This is rather a fix, maybe it s

[U-Boot] [PATCH 10/10] dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP

2012-07-21 Thread Marek Vasut
This fixes the breakage with SPL on most OMAP boards after the GPIO driver was moved. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Albert Aribaud Cc: U-Boot DM Cc: Tom Rini --- include/configs/devkit8000.h |1 + include/configs/omap3_beagle.h |1 + include/configs/omap3_ove