Re: [U-Boot] [PATCH V2] Convert CONFIG_CMD_NAND to Kconfig

2018-01-23 Thread Adam Ford
On Tue, Jan 23, 2018 at 8:09 PM, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_CMD_NAND > > Signed-off-by: Adam Ford > --- > V2: Remove SUNXI default since this is selected when NAND_SUNXI is > Since they cannot both

[U-Boot] [PATCH V2] Convert CONFIG_CMD_NAND to Kconfig

2018-01-23 Thread Adam Ford
This converts the following to Kconfig: CONFIG_CMD_NAND Signed-off-by: Adam Ford --- V2: Remove SUNXI default since this is selected when NAND_SUNXI is Since they cannot both recursively check each other. This was causing some trouble. V1: Several boards