[U-Boot] [PATCH v2 12/19] dm: at91: snapper: 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/include/asm/arch-at91/at91_pio.h | 12 configs/snapper9260_defconfig | 3 +++ configs/snapper9g20_defconfig | 3

Re: [U-Boot] [PATCH v2 12/19] dm: at91: snapper: Move driver model CONFIGs to Kconfig

2015-02-08 Thread Masahiro Yamada
Hi Simon, On Thu, 5 Feb 2015 21:41:43 -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/include/asm/arch-at91/at91_pio.h | 12 > configs/snap

Re: [U-Boot] [PATCH v2 12/19] dm: at91: snapper: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Simon Glass
Hi Masahiro, On 8 February 2015 at 20:43, Masahiro Yamada wrote: > Hi Simon, > > On Thu, 5 Feb 2015 21:41:43 -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 >