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

2015-02-11 Thread Simon Glass
On 7 February 2015 at 08:12, Simon Glass wrote: > On 6 February 2015 at 21:22, Ian Campbell wrote: >> On Thu, 2015-02-05 at 21:41 -0700, Simon Glass wrote: >>> Remove driver model CONFIGs from the board config headers and use Kconfig >>> instead. >>> >>> Signed-off-by: Simon Glass >> >> Acked-by

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

2015-02-07 Thread Simon Glass
On 6 February 2015 at 21:22, Ian Campbell wrote: > On Thu, 2015-02-05 at 21:41 -0700, Simon Glass wrote: >> Remove driver model CONFIGs from the board config headers and use Kconfig >> instead. >> >> Signed-off-by: Simon Glass > > Acked-by: Ian Campbell > > I assume you'll take this via the dm t

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

2015-02-06 Thread Ian Campbell
On Thu, 2015-02-05 at 21:41 -0700, Simon Glass wrote: > Remove driver model CONFIGs from the board config headers and use Kconfig > instead. > > Signed-off-by: Simon Glass Acked-by: Ian Campbell I assume you'll take this via the dm tree along with the rest of the series.

[U-Boot] [PATCH v2 15/19] dm: sunxi: 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 configs/Linksprite_pcDuino3_fdt_defconfig | 2 ++ include/configs/sunxi-common.h| 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git