]> git.baikalelectronics.ru Git - uboot.git/commit
configs: stm32f4xx: Enable ICACHE and DCACHE
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 3 Aug 2018 09:46:14 +0000 (11:46 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 13 Aug 2018 18:03:57 +0000 (14:03 -0400)
commit7600c5e21a9b04d95f721888e76b5ccac20f0a6a
tree8db73a51a7b00dcb8c9825c5355b3c532391700c
parent5ae24e1c8c8d78fffa96e082f0f6dd5834707a0e
configs: stm32f4xx: Enable ICACHE and DCACHE

Enable instruction and data caches.
Fix boot_sd command as since commit f286cefddba3 ("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>
include/configs/stm32f429-discovery.h
include/configs/stm32f429-evaluation.h
include/configs/stm32f469-discovery.h