aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2019-10-03 19:50:17 +0200
committerTom Rini <trini@konsulko.com>2019-12-04 13:26:17 -0500
commit452f22e7e3e073896d893ee0ed3d982704191a20 (patch)
tree80d249d24ad612ca9ddf8168144979493a5f5450
parente0a4c2d2a7e6806668ad4818cd25e3a0c0071774 (diff)
downloadu-boot-452f22e7e3e073896d893ee0ed3d982704191a20.zip
u-boot-452f22e7e3e073896d893ee0ed3d982704191a20.tar.gz
u-boot-452f22e7e3e073896d893ee0ed3d982704191a20.tar.bz2
configs: remove raw NAND core from k2g defconfigs
Due to previous Makefile organization, the raw NAND subdirectory was not compiled in if CMD_NAND was not enabled. Because the Denali driver does not compile with these boards (undefined environment offset), remove the dependency within the defconfig over the controller driver (was ignored anyway in the past). Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
-rw-r--r--configs/k2g_evm_defconfig1
-rw-r--r--configs/k2g_hs_evm_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig
index 0a7bb7a..71b539a 100644
--- a/configs/k2g_evm_defconfig
+++ b/configs/k2g_evm_defconfig
@@ -49,7 +49,6 @@ CONFIG_MMC_OMAP_HS=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y
CONFIG_SYS_NAND_USE_FLASH_BBT=y
-CONFIG_NAND_DAVINCI=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SF_DEFAULT_BUS=1
CONFIG_SF_DEFAULT_SPEED=30000000
diff --git a/configs/k2g_hs_evm_defconfig b/configs/k2g_hs_evm_defconfig
index 32ee95c..2df761e 100644
--- a/configs/k2g_hs_evm_defconfig
+++ b/configs/k2g_hs_evm_defconfig
@@ -42,7 +42,6 @@ CONFIG_MMC_OMAP_HS=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y
CONFIG_SYS_NAND_USE_FLASH_BBT=y
-CONFIG_NAND_DAVINCI=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SF_DEFAULT_BUS=1
CONFIG_SF_DEFAULT_SPEED=30000000