Re: [U-Boot] [PATCH v2 18/20] sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig

2018-02-22 Thread Maxime Ripard
On Thu, Feb 22, 2018 at 02:33:48PM +0100, Miquel Raynal wrote: > Remove NAND_SUNXI from the CHIP pro defconfig to be automatically > selected depending on the state of ARCH_SUNXI. > > Signed-off-by: Miquel Raynal Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Bootlin (formerly Free

[U-Boot] [PATCH v2 18/20] sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig

2018-02-22 Thread Miquel Raynal
Remove NAND_SUNXI from the CHIP pro defconfig to be automatically selected depending on the state of ARCH_SUNXI. Signed-off-by: Miquel Raynal --- configs/CHIP_pro_defconfig | 1 - drivers/mtd/nand/Kconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/CHIP_pro_defc