summaryrefslogtreecommitdiff
path: root/configs/sama5d36ek_cmp_spiflash_defconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2019-08-22 12:28:04 +0200
committerTom Rini <trini@konsulko.com>2019-08-25 20:58:37 -0400
commitc680df7e84d3736ada08e4f0caa5a8b770e781ee (patch)
treede4fd7d43a7057453ee06bfa8f0cdf8a6998b63a /configs/sama5d36ek_cmp_spiflash_defconfig
parent1bf330150c2a34af797cafa5a09722a2fc4ae233 (diff)
mtd: nand: raw: Move CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig
Convert CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig, update defconfigs, headers and whitelist. Please note that this symbol already was used in Kconfig (imply in CONFIG_NAND_ATMEL) which did not work, since this symbol was not available in Kconfig. This changes now with this patch and all boards with CONFIG_NAND_ATMEL will have BBT enabled. Which is what I also need on my GARDENA AT91SAM based board. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Eugen Hristev <eugen.hristev@microchip.com> Cc: Miquel Raynal <miquel.raynal@bootlin.com> Cc: Gregory CLEMENT <gregory.clement@bootlin.com> [trini: Rework such that the configs are unchanged to start with] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sama5d36ek_cmp_spiflash_defconfig')
-rw-r--r--configs/sama5d36ek_cmp_spiflash_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d36ek_cmp_spiflash_defconfig b/configs/sama5d36ek_cmp_spiflash_defconfig
index e5b1911b2f..3fbdd54c04 100644
--- a/configs/sama5d36ek_cmp_spiflash_defconfig
+++ b/configs/sama5d36ek_cmp_spiflash_defconfig
@@ -46,6 +46,7 @@ CONFIG_AT91_GPIO=y
CONFIG_DM_MMC=y
CONFIG_GENERIC_ATMEL_MCI=y
CONFIG_NAND=y
+# CONFIG_SYS_NAND_USE_FLASH_BBT is not set
CONFIG_NAND_ATMEL=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y