summaryrefslogtreecommitdiff
path: root/configs/sama5d4ek_nandflash_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-07-08 07:28:10 -0500
committerTom Rini <trini@konsulko.com>2018-07-21 22:26:58 -0400
commit9d04b5fe16018953720ff01eeb7636d9ec31bb36 (patch)
tree3b497658a762dc6756c61ba99ab9eb84cda30360 /configs/sama5d4ek_nandflash_defconfig
parenteba7f1ff6c9836931f0ce2812182190862e38b5f (diff)
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 <aford173@gmail.com>
Diffstat (limited to 'configs/sama5d4ek_nandflash_defconfig')
-rw-r--r--configs/sama5d4ek_nandflash_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sama5d4ek_nandflash_defconfig b/configs/sama5d4ek_nandflash_defconfig
index 60fc8add29..1b0be82122 100644
--- a/configs/sama5d4ek_nandflash_defconfig
+++ b/configs/sama5d4ek_nandflash_defconfig
@@ -52,7 +52,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_SPI_FLASH=y
CONFIG_SPI_FLASH=y