summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorƁukasz Majewski <[email protected]>2012-08-07 05:42:14 +0000
committerAlbert ARIBAUD <[email protected]>2012-09-01 14:58:24 +0200
commitd0460b01cc5709067b2b952d44618ddfde6b19b4 (patch)
treeb664fef01b9e633cecf9ae7c9d385ab56444a3d9 /include
parentd7957d1d437926b65d0cb774825274caf57f07c7 (diff)
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 <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/trats.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 98e178d7e22..8a0deea434e 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