summaryrefslogtreecommitdiff
path: root/configs/sam9x60ek_qspiflash_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-17 02:06:07 +0300
committerTom Rini <trini@konsulko.com>2020-06-26 17:29:05 +0300
commit4e361cc2e4d4d6056ce66eb83968a5329155587f (patch)
tree5c93fff33b343a4cc8fb1e319533266a66d0766d /configs/sam9x60ek_qspiflash_defconfig
parenta60becc8c7ec06db2c0b8bec3c6ea25850911749 (diff)
downloadu-boot-4e361cc2e4d4d6056ce66eb83968a5329155587f.tar.xz
Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig
This converts the following to Kconfig: CONFIG_ATMEL_NAND_HW_PMECC CONFIG_ATMEL_NAND_HWECC CONFIG_NAND_ATMEL CONFIG_PMECC_CAP CONFIG_PMECC_SECTOR_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sam9x60ek_qspiflash_defconfig')
-rw-r--r--configs/sam9x60ek_qspiflash_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sam9x60ek_qspiflash_defconfig b/configs/sam9x60ek_qspiflash_defconfig
index 37de4044e9..6c4f534974 100644
--- a/configs/sam9x60ek_qspiflash_defconfig
+++ b/configs/sam9x60ek_qspiflash_defconfig
@@ -60,6 +60,10 @@ CONFIG_GENERIC_ATMEL_MCI=y
CONFIG_MTD=y
CONFIG_DM_MTD=y
CONFIG_MTD_RAW_NAND=y
+# CONFIG_SYS_NAND_USE_FLASH_BBT is not set
+CONFIG_NAND_ATMEL=y
+CONFIG_ATMEL_NAND_HW_PMECC=y
+CONFIG_PMECC_CAP=8
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_SPANSION=y