diff options
author | Vikas Manocha <vikas.manocha@st.com> | 2017-03-27 13:02:45 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-08 09:26:51 -0400 |
commit | dc11d83a2e4f534242d634f65427e07c6ecf2c6c (patch) | |
tree | c6697dd4fc177b0605fa49ae0fdebe14cd9313bf /include/configs/stm32f746-disco.h | |
parent | bf4d0495d2abe0bf0f0dc05bd519ce1bc749f5f4 (diff) |
stm32f7: enable instruction & data cache
It also enables commands for cache enable/disable/status.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
Diffstat (limited to 'include/configs/stm32f746-disco.h')
-rw-r--r-- | include/configs/stm32f746-disco.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 5776d89c97..de3d661d60 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -12,9 +12,6 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x20050000 #define CONFIG_SYS_TEXT_BASE 0x08000000 -#define CONFIG_SYS_ICACHE_OFF -#define CONFIG_SYS_DCACHE_OFF - /* * Configuration of the external SDRAM memory */ @@ -78,4 +75,5 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_CMD_MEM +#define CONFIG_CMD_CACHE #endif /* __CONFIG_H */ |