summaryrefslogtreecommitdiff
path: root/configs/sam9x60ek_mmc_defconfig
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@microchip.com>2021-05-21 11:52:05 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-06-07 11:01:40 +0300
commit4e89e4fc18c7278f70fdcec5045aa68b7598185e (patch)
tree8c1301cd9a070287d7e5c09d96b67d0462cc380e /configs/sam9x60ek_mmc_defconfig
parent32cc2368f816bf21e5e5ffc6070a8abcd8d3e02d (diff)
downloadu-boot-4e89e4fc18c7278f70fdcec5045aa68b7598185e.tar.xz
configs: sam9x60ek: Enable NAND on mmc defconfig
Enable NAND on mmc defconfig for greater flexibility and for consistency reasons. All our other boards that have a NAND flash integrated, enable NAND regardless of the type of the defconfig. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Diffstat (limited to 'configs/sam9x60ek_mmc_defconfig')
-rw-r--r--configs/sam9x60ek_mmc_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/sam9x60ek_mmc_defconfig b/configs/sam9x60ek_mmc_defconfig
index e97b20aeb3..e5edf45fee 100644
--- a/configs/sam9x60ek_mmc_defconfig
+++ b/configs/sam9x60ek_mmc_defconfig
@@ -25,6 +25,8 @@ CONFIG_CMD_BOOTZ=y
CONFIG_CMD_DM=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_NAND=y
+CONFIG_CMD_NAND_TRIMFFS=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
@@ -48,6 +50,11 @@ CONFIG_MICROCHIP_FLEXCOM=y
CONFIG_DM_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ATMEL=y
+CONFIG_MTD=y
+CONFIG_MTD_RAW_NAND=y
+CONFIG_NAND_ATMEL=y
+CONFIG_ATMEL_NAND_HW_PMECC=y
+CONFIG_PMECC_CAP=8
CONFIG_PHY_MICREL=y
CONFIG_DM_ETH=y
CONFIG_MACB=y