Home
last modified time | relevance | path

Searched hist:e731a5385d1e8b0ffaa69977899dc4246de53db4 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.ce731a5385d1e8b0ffaa69977899dc4246de53db4 Wed Aug 10 07:08:38 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabled

If CONFIG_UNIPHIER_L2CACHE_ON is undefined, the L2 cache is never
enabled, so there is no need for v7_outer_cache_disable(). The weak
stub avoids the compile error anyway.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>