Re: [U-Boot] [PATCH] cmd:fastboot:Kconfig Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices

2017-10-16 Thread Maxime Ripard
On Fri, Oct 13, 2017 at 02:29:20PM -0700, Benjamin Young wrote: > Encountered an issue where fastboot can't write to NAND on a CHIP_pro, > the symbol was neither present in the board's config header, nor the > Kconfig, this patch puts it in the Kconfig and defaults on when > SUNXI_NAND is

[U-Boot] [PATCH] cmd:fastboot:Kconfig Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices

2017-10-14 Thread Benjamin Young
Encountered an issue where fastboot can't write to NAND on a CHIP_pro, the symbol was neither present in the board's config header, nor the Kconfig, this patch puts it in the Kconfig and defaults on when SUNXI_NAND is selected. Signed-off-by: Ben Young ---