diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-08-03 11:46:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-13 14:03:57 -0400 |
commit | 8e53ee14614ef30a2f1c413523696764fb90c1a9 (patch) | |
tree | cb0457ee8a9c2f8169b8992d6f65bd8f35ba2cf6 /include | |
parent | 402d3db81eaa577ee630c1ee73184b8dc1234fae (diff) | |
download | u-boot-8e53ee14614ef30a2f1c413523696764fb90c1a9.tar.gz |
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 'include')
-rw-r--r-- | include/configs/stm32h743-disco.h | 1 | ||||
-rw-r--r-- | include/configs/stm32h743-eval.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32h743-disco.h b/include/configs/stm32h743-disco.h index a8dcfe3b7a..90fc736c3f 100644 --- a/include/configs/stm32h743-disco.h +++ b/include/configs/stm32h743-disco.h @@ -37,7 +37,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_CACHE #define CONFIG_BOARD_LATE_INIT #endif /* __CONFIG_H */ diff --git a/include/configs/stm32h743-eval.h b/include/configs/stm32h743-eval.h index a8dcfe3b7a..90fc736c3f 100644 --- a/include/configs/stm32h743-eval.h +++ b/include/configs/stm32h743-eval.h @@ -37,7 +37,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_CACHE #define CONFIG_BOARD_LATE_INIT #endif /* __CONFIG_H */ |