diff options
| author | Patrice Chotard <patrice.chotard@st.com> | 2018-08-03 12:46:15 +0300 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-08-13 21:03:57 +0300 |
| commit | 402d3db81eaa577ee630c1ee73184b8dc1234fae (patch) | |
| tree | c0c0685fa64bb52805282b362f63e1ce31663b6f /include | |
| parent | ca38dc2ff5bcca89f8d75738378e2e4d603a7c99 (diff) | |
| download | u-boot-402d3db81eaa577ee630c1ee73184b8dc1234fae.tar.xz | |
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 'include')
| -rw-r--r-- | include/configs/stm32f746-disco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index aa45d29b80..3a76c5807a 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -57,7 +57,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_CACHE #define CONFIG_BOARD_LATE_INIT #define CONFIG_DISPLAY_BOARDINFO |
