Re: [U-Boot] [PATCH v5] Convert CONFIG_NAND_OMAP_GPMC et al to Kconfig

2017-10-17 Thread Heiko Schocher
Hello Adam, Am 16.10.2017 um 21:08 schrieb Adam Ford: This converts the following to Kconfig: CONFIG_NAND_OMAP_GPMC CONFIG_NAND_OMAP_GPMC_PREFETCH CONFIG_NAND_OMAP_ELM CONFIG_SPL_NAND_AM33XX_BCH CONFIG_SPL_NAND_SIMPLE (ARCH_OMAP2PLUS only) Signed-off-by: Adam Ford

[U-Boot] [PATCH v5] Convert CONFIG_NAND_OMAP_GPMC et al to Kconfig

2017-10-16 Thread Adam Ford
This converts the following to Kconfig: CONFIG_NAND_OMAP_GPMC CONFIG_NAND_OMAP_GPMC_PREFETCH CONFIG_NAND_OMAP_ELM CONFIG_SPL_NAND_AM33XX_BCH CONFIG_SPL_NAND_SIMPLE (ARCH_OMAP2PLUS only) Signed-off-by: Adam Ford --- V5: Rebase against master V4: Fix missing data