summaryrefslogtreecommitdiff
path: root/configs/stm32h743-eval_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-08-03 11:46:16 +0200
committerTom Rini <trini@konsulko.com>2018-08-13 14:03:57 -0400
commit8e53ee14614ef30a2f1c413523696764fb90c1a9 (patch)
treecb0457ee8a9c2f8169b8992d6f65bd8f35ba2cf6 /configs/stm32h743-eval_defconfig
parent402d3db81eaa577ee630c1ee73184b8dc1234fae (diff)
configs: stm32h7xx: Migrate CONFIG_CMD_CACHE to defconfig
Remove CONFIG_CMD_CACHE from include/configs/stm32h7xx.h and enable it in stm32h7xx_defconfig Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32h743-eval_defconfig')
-rw-r--r--configs/stm32h743-eval_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32h743-eval_defconfig b/configs/stm32h743-eval_defconfig
index ab5273ba90..1122202c54 100644
--- a/configs/stm32h743-eval_defconfig
+++ b/configs/stm32h743-eval_defconfig
@@ -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