diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-08-03 11:46:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-13 14:03:57 -0400 |
commit | 402d3db81eaa577ee630c1ee73184b8dc1234fae (patch) | |
tree | c0c0685fa64bb52805282b362f63e1ce31663b6f /configs/stm32f746-disco_defconfig | |
parent | ca38dc2ff5bcca89f8d75738378e2e4d603a7c99 (diff) | |
download | u-boot-402d3db81eaa577ee630c1ee73184b8dc1234fae.tar.gz |
configs: stm32f746-disco: Migrate CONFIG_CMD_CACHE to defconfig
Remove CONFIG_CMD_CACHE from include/configs/stm32f746-disco.h
and enable it in stm32f746-disco_defconfig
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32f746-disco_defconfig')
-rw-r--r-- | configs/stm32f746-disco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig index 6f07ff1558..b376e8b1c3 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -30,6 +30,7 @@ CONFIG_CMD_SNTP=y CONFIG_CMD_DNS=y CONFIG_CMD_LINK_LOCAL=y CONFIG_CMD_BMP=y +CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y |