aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 15:06:15 -0400
committerTom Rini <trini@konsulko.com>2020-06-04 18:10:02 -0400
commit31f39b2f46a4ab49a38179e59dd7c468065e43e3 (patch)
tree13b5f053661a47525caa332568f13891ab7a931f /include
parent559c99f62818749c77f9078af929b214a0a7f819 (diff)
downloadu-boot-31f39b2f46a4ab49a38179e59dd7c468065e43e3.zip
u-boot-31f39b2f46a4ab49a38179e59dd7c468065e43e3.tar.gz
u-boot-31f39b2f46a4ab49a38179e59dd7c468065e43e3.tar.bz2
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 <marek.vasut+renesas@gmail.com> Cc: Masakazu Mochizuki <masakazu.mochizuki.wd@hitachi.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/blanche.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/blanche.h b/include/configs/blanche.h
index fd29c5d..f048f15 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 */