[PATCH 3/4] arm: mvebu: clearfog: don't set SPL misc

Joel Johnson mrjoel at lixil.net
Sun Jan 19 08:10:49 CET 2020


With SPL_DRIVERS_MISC_SUPPORT being depended on by
SPL_CMD_SYS_EEPROM, there is no longer a need to set it separately.

Signed-off-by: Joel Johnson <mrjoel at lixil.net>
---

 configs/clearfog_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index e932f9c195..9483bbc546 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -13,7 +13,6 @@ CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y
 CONFIG_ENV_SIZE=0x10000
 CONFIG_ENV_OFFSET=0xF0000
-CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
 CONFIG_NR_DRAM_BANKS=2
 CONFIG_SPL=y
 CONFIG_DEBUG_UART_BASE=0xd0012000
-- 
2.20.1



More information about the U-Boot mailing list