Re: [U-Boot] [PATCH v2 13/19] dm: omap3: Move driver model CONFIGs to Kconfig

2015-02-11 Thread Simon Glass
On 9 February 2015 at 22:04, Simon Glass wrote: > Hi Masahiro, > > On 8 February 2015 at 22:35, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> On Thu, 5 Feb 2015 21:41:44 -0700 >> Simon Glass wrote: >> >>> Remove driver model CONFIGs from the board config headers and use Kconfig >>> instead. >

Re: [U-Boot] [PATCH v2 13/19] dm: omap3: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Simon Glass
Hi Masahiro, On 8 February 2015 at 22:35, Masahiro Yamada wrote: > Hi Simon, > > > On Thu, 5 Feb 2015 21:41:44 -0700 > Simon Glass wrote: > >> Remove driver model CONFIGs from the board config headers and use Kconfig >> instead. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None

Re: [U-Boot] [PATCH v2 13/19] dm: omap3: Move driver model CONFIGs to Kconfig

2015-02-08 Thread Masahiro Yamada
Hi Simon, On Thu, 5 Feb 2015 21:41:44 -0700 Simon Glass wrote: > Remove driver model CONFIGs from the board config headers and use Kconfig > instead. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/cpu/armv7/omap3/Kconfig | 9 + > board/compulab/cm

[U-Boot] [PATCH v2 13/19] dm: omap3: Move driver model CONFIGs to Kconfig

2015-02-05 Thread Simon Glass
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/cpu/armv7/omap3/Kconfig | 9 + board/compulab/cm_t335/Kconfig | 9 + board/gumstix/pepper/Kconfig | 9 ++