diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-03 19:50:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 13:26:17 -0500 |
commit | 910bc26ee92e8079e2772b3eb7e0c073332b3f3a (patch) | |
tree | c51aa0bc9fa77a6c328c0196886ba347bb07f0d1 /configs/M54418TWR_nand_rmii_defconfig | |
parent | 452f22e7e3e073896d893ee0ed3d982704191a20 (diff) | |
download | u-boot-910bc26ee92e8079e2772b3eb7e0c073332b3f3a.tar.gz |
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_rmii_defconfig')
-rw-r--r-- | configs/M54418TWR_nand_rmii_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/M54418TWR_nand_rmii_defconfig b/configs/M54418TWR_nand_rmii_defconfig index 4d19900adc..bb6dea163f 100644 --- a/configs/M54418TWR_nand_rmii_defconfig +++ b/configs/M54418TWR_nand_rmii_defconfig @@ -22,7 +22,6 @@ CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y CONFIG_DEFAULT_DEVICE_TREE="M54418TWR_nand_rmii" CONFIG_MTD=y -CONFIG_MTD_RAW_NAND=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y |