From: Ɓukasz Majewski Date: Tue, 7 Aug 2012 05:42:14 +0000 (+0000) Subject: arm:cache:trats: Enable PL310 L2 Cache Controller at TRATS Samsung board X-Git-Tag: v2012.10-rc1~189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0460b01cc5709067b2b952d44618ddfde6b19b4;p=kernel%2Fu-boot.git arm:cache:trats: Enable PL310 L2 Cache Controller at TRATS Samsung board Enable the PL310 L2 cache controller at TRATS Samsung board. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Signed-off-by: Minkyu Kang --- diff --git a/include/configs/trats.h b/include/configs/trats.h index 98e178d..8a0deea 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -42,8 +42,10 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO -/* Keep L2 Cache Disabled */ -#define CONFIG_SYS_L2CACHE_OFF +#ifndef CONFIG_SYS_L2CACHE_OFF +#define CONFIG_SYS_L2_PL310 +#define CONFIG_SYS_PL310_BASE 0x10502000 +#endif #define CONFIG_SYS_SDRAM_BASE 0x40000000 #define CONFIG_SYS_TEXT_BASE 0x63300000