
10 Jun
2017
10 Jun
'17
3:46 p.m.
On Mon, Jun 05, 2017 at 01:18:08AM +0900, tnishinaga.dev@gmail.com wrote:
Disable D-Cache is required when booting nommu Linux kernel. (please see Linux kernel source "arch/arm/kernel/head-nommu.S")
U-Boot is enabled D-cache and I-Cache at startup. However, it does not disable D-Cache before booting nommu Linux kernel. Therefore, I call dcache_disable() when the CPU is ARMv7M to fix this problem.
Signed-off-by: Toshifumi NISHINAGA tnishinaga.dev@gmail.com
Applied to u-boot/master, thanks!
--
Tom