From 31f39b2f46a4ab49a38179e59dd7c468065e43e3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 26 May 2020 15:06:15 -0400 Subject: ARM: rmobile: blanche: Disable CONFIG_CMD_SF / CONFIG_CMD_SPI The config header for this platform disables both CMD_SF and CMD_SPI and the defconfig leaves them enabled. Disable them from the defconfig and enable them in the header. Cc: Marek Vasut Cc: Masakazu Mochizuki Signed-off-by: Tom Rini --- include/configs/blanche.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/blanche.h b/include/configs/blanche.h index fd29c5d0f1e..f048f158ed2 100644 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -42,8 +42,6 @@ #define CONFIG_SYS_FLASH_WRITE_TOUT 3000 #define CONFIG_SYS_FLASH_LOCK_TOUT 3000 #define CONFIG_SYS_FLASH_UNLOCK_TOUT 3000 -#undef CONFIG_CMD_SF -#undef CONFIG_CMD_SPI #endif /* Board Clock */ -- cgit v1.3.1