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

2015-02-11 Thread Simon Glass
On 5 February 2015 at 21:41, 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 > > configs/cm_fx6_defconfig | 3 +++ > include/configs/cm_fx6.h | 4 > 2 files changed, 3 inse

[U-Boot] [PATCH v2 16/19] dm: mx6: 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/cm_fx6_defconfig | 3 +++ include/configs/cm_fx6.h | 4 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/cm_fx6_defconfig b/c