]> git.sur5r.net Git - u-boot/commit
Exynos542x: cache: Disable clean/evict push to external
authorAkshay Saraswat <akshay.s@samsung.com>
Fri, 20 Feb 2015 07:57:16 +0000 (13:27 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Sat, 28 Feb 2015 09:03:46 +0000 (18:03 +0900)
commitf0f76b0a4c7181b2cbde39ec04eac8973cd4ad1f
tree18e20093e11380866cbabd08762b16d3c9ce1ad7
parent67a0652c47ec568ea274f5ff0303c9bba8ceddbf
Exynos542x: cache: Disable clean/evict push to external

L2 Auxiliary Control Register provides configuration
and control options for the L2 memory system. Bit 3
of L2ACTLR stands for clean/evict push to external.
Setting bit 3 disables clean/evict which is what
this patch intends to do.

Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/exynos/soc.c