configs: stm32h7xx: Migrate CONFIG_CMD_CACHE to defconfig
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 3 Aug 2018 09:46:16 +0000 (11:46 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 13 Aug 2018 18:03:57 +0000 (14:03 -0400)
Remove CONFIG_CMD_CACHE from include/configs/stm32h7xx.h
and enable it in stm32h7xx_defconfig

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
configs/stm32h743-disco_defconfig
configs/stm32h743-eval_defconfig
include/configs/stm32h743-disco.h
include/configs/stm32h743-eval.h

index c6a0d10bdbd7bdd5087875787339c1a67f442a12..67c754b90d22d3a44baccf10621c69a8670d040c 100644 (file)
@@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
 # CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_CACHE=y
 CONFIG_CMD_TIMER=y
 CONFIG_CMD_EXT2=y
 CONFIG_CMD_EXT4=y
index ab5273ba90aac22ce32385a35e0f44606679de89..1122202c543bd9261a9d93af3d628c43c27b0658 100644 (file)
@@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
 # CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_CACHE=y
 CONFIG_CMD_TIMER=y
 CONFIG_CMD_EXT2=y
 CONFIG_CMD_EXT4=y
index a8dcfe3b7a550c0a1d6c797bae16363ca06f0725..90fc736c3f288b0f7b49cb8e489887704f86be1a 100644 (file)
@@ -37,7 +37,6 @@
 /*
  * Command line configuration.
  */
-#define CONFIG_CMD_CACHE
 #define CONFIG_BOARD_LATE_INIT
 
 #endif /* __CONFIG_H */
index a8dcfe3b7a550c0a1d6c797bae16363ca06f0725..90fc736c3f288b0f7b49cb8e489887704f86be1a 100644 (file)
@@ -37,7 +37,6 @@
 /*
  * Command line configuration.
  */
-#define CONFIG_CMD_CACHE
 #define CONFIG_BOARD_LATE_INIT
 
 #endif /* __CONFIG_H */