diff options
author | Miquel Raynal | 2019-10-03 19:50:18 +0200 |
---|---|---|
committer | Tom Rini | 2019-12-04 13:26:17 -0500 |
commit | 910bc26ee92e8079e2772b3eb7e0c073332b3f3a (patch) | |
tree | c51aa0bc9fa77a6c328c0196886ba347bb07f0d1 /configs/bcm11130_nand_defconfig | |
parent | 452f22e7e3e073896d893ee0ed3d982704191a20 (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/bcm11130_nand_defconfig')
-rw-r--r-- | configs/bcm11130_nand_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/bcm11130_nand_defconfig b/configs/bcm11130_nand_defconfig index a0d60fbb060..8005feda526 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 |