From 9d04b5fe16018953720ff01eeb7636d9ec31bb36 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 8 Jul 2018 07:28:10 -0500 Subject: configs: Make NAND_BOOT and ONENAND_BOOT imply NAND Some boards indicate support from booting NAND or ONENAND booting, but don't enable the CONFIG_NAND. This makes those boards imply NAND which will make enabling other flags that are dependent on CONFIG_NAND possible and easier to migrate. Signed-off-by: Adam Ford --- configs/sama5d3_xplained_nandflash_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/sama5d3_xplained_nandflash_defconfig') diff --git a/configs/sama5d3_xplained_nandflash_defconfig b/configs/sama5d3_xplained_nandflash_defconfig index 4efcba6062..8d0e475cca 100644 --- a/configs/sama5d3_xplained_nandflash_defconfig +++ b/configs/sama5d3_xplained_nandflash_defconfig @@ -54,7 +54,6 @@ CONFIG_DM_GPIO=y CONFIG_AT91_GPIO=y CONFIG_DM_MMC=y CONFIG_GENERIC_ATMEL_MCI=y -CONFIG_NAND=y CONFIG_NAND_ATMEL=y CONFIG_DM_ETH=y CONFIG_MACB=y -- cgit v1.2.3