summaryrefslogtreecommitdiff
path: root/configs/M54418TWR_nand_mii_defconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2019-10-03 19:50:18 +0200
committerTom Rini <trini@konsulko.com>2019-12-04 13:26:17 -0500
commit910bc26ee92e8079e2772b3eb7e0c073332b3f3a (patch)
treec51aa0bc9fa77a6c328c0196886ba347bb07f0d1 /configs/M54418TWR_nand_mii_defconfig
parent452f22e7e3e073896d893ee0ed3d982704191a20 (diff)
configs: remove MTD support from bcm11130 and M54418TWR defconfigs
While the right Kconfig entries were selected, because of the missing CMD_NAND symbol the raw NAND core was never compiled. Remove it from the defconfigs otherwise the build will fail. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> [trini: Also do this on bcm11130_nand] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/M54418TWR_nand_mii_defconfig')
-rw-r--r--configs/M54418TWR_nand_mii_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/M54418TWR_nand_mii_defconfig b/configs/M54418TWR_nand_mii_defconfig
index ed78361390..9f043ce981 100644
--- a/configs/M54418TWR_nand_mii_defconfig
+++ b/configs/M54418TWR_nand_mii_defconfig
@@ -23,7 +23,6 @@ CONFIG_CMD_CACHE=y
CONFIG_DEFAULT_DEVICE_TREE="M54418TWR_nand_mii"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_MTD=y
-CONFIG_MTD_RAW_NAND=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_ATMEL=y
CONFIG_MII=y