aboutsummaryrefslogtreecommitdiff
path: root/include/configs/stm32f429-discovery.h
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-08-03 11:46:14 +0200
committerTom Rini <trini@konsulko.com>2018-08-13 14:03:57 -0400
commitca38dc2ff5bcca89f8d75738378e2e4d603a7c99 (patch)
tree8db73a51a7b00dcb8c9825c5355b3c532391700c /include/configs/stm32f429-discovery.h
parent042ac0881c3458fc1ea584c0ef9b638da69dae28 (diff)
downloadu-boot-ca38dc2ff5bcca89f8d75738378e2e4d603a7c99.zip
u-boot-ca38dc2ff5bcca89f8d75738378e2e4d603a7c99.tar.gz
u-boot-ca38dc2ff5bcca89f8d75738378e2e4d603a7c99.tar.bz2
configs: stm32f4xx: Enable ICACHE and DCACHE
Enable instruction and data caches. Fix boot_sd command as since commit d409c962169b ("armv7m: disable icache before linux booting"), instruction cache is automatically disable before linux booting. "icache off" from boot_sd command becomes useless, remove it. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include/configs/stm32f429-discovery.h')
-rw-r--r--include/configs/stm32f429-discovery.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index 38af704..90d7429 100644
--- a/include/configs/stm32f429-discovery.h
+++ b/include/configs/stm32f429-discovery.h
@@ -13,9 +13,6 @@
#define CONFIG_SYS_INIT_SP_ADDR 0x10010000
-#define CONFIG_SYS_ICACHE_OFF
-#define CONFIG_SYS_DCACHE_OFF
-
/*
* Configuration of the external SDRAM memory
*/