]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:05:53 +0000 (14:05 +0200)
commit145b7041192ec5aebf78cf6e09b7bd3ac3409be9
tree9296bc079ad31c9eb9145223370a9f0ddb050ab9
parentf9cd97faa8ffe8bcaa3f3f53cead5d5ffdc68605
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