ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Mar 2015 15:07:32 +0000 (00:07 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Mar 2015 15:15:58 +0000 (00:15 +0900)
commita509161a21ef7584d614dc1530a2756dcfb217e0
tree01a59554b7e9281d97896ccb0e4a766bbd88d8c6
parent62118b7b0183d29755a101a6a5b88dee11c5f94b
ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper

The L2 cache is used as a temporary SRAM on SPL.
Now the secondary CPUs store the necessary code for jumping to
Linux on their L1 I-caches.  So, the L2 cache can be disabled
much earlier, at the very entry of U-Boot proper (lowlevel_init).
This makes the boot sequence clearer.
Also, as the L1 cache has been disabled by the start.S,
enable_caches() does not need to do it again.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/cache_uniphier.c
arch/arm/mach-uniphier/late_lowlevel_init.S