aboutsummaryrefslogtreecommitdiff
path: root/configs/bcm11130_nand_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/bcm11130_nand_defconfig
parent452f22e7e3e073896d893ee0ed3d982704191a20 (diff)
downloadu-boot-910bc26ee92e8079e2772b3eb7e0c073332b3f3a.zip
u-boot-910bc26ee92e8079e2772b3eb7e0c073332b3f3a.tar.gz
u-boot-910bc26ee92e8079e2772b3eb7e0c073332b3f3a.tar.bz2
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/bcm11130_nand_defconfig')
-rw-r--r--configs/bcm11130_nand_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/bcm11130_nand_defconfig b/configs/bcm11130_nand_defconfig
index a0d60fb..8005fed 100644
--- a/configs/bcm11130_nand_defconfig
+++ b/configs/bcm11130_nand_defconfig
@@ -29,7 +29,6 @@ CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_SDMA=y
CONFIG_MMC_SDHCI_KONA=y
CONFIG_MTD=y
-CONFIG_MTD_RAW_NAND=y
CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_GADGET=y