commit | e86e3f58ea04260e4613f8f19b373aef72f4b1a5 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Fri Aug 03 11:46:14 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 13 14:03:57 2018 -0400 |
tree | 8db73a51a7b00dcb8c9825c5355b3c532391700c | |
parent | fc4e243b57f812ec4bd3f8a1cc0c92099e1cc1dd [diff] |
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>