summaryrefslogtreecommitdiffstats
path: root/include/configs/smdkv310.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 09:49:36 +0900
committerTom Rini <trini@ti.com>2013-11-15 15:49:36 -0500
commite63510d1cb56387885f94f065fdacdf45195ffec (patch)
treeab0744c50c909b350e31b136f76170e5a8d2c905 /include/configs/smdkv310.h
parent5e995c00f60596d6e8a6d4ceb9a544cedc1bc838 (diff)
downloadblackbird-obmc-uboot-e63510d1cb56387885f94f065fdacdf45195ffec.tar.gz
blackbird-obmc-uboot-e63510d1cb56387885f94f065fdacdf45195ffec.zip
configs: clean up unused macro CONFIG_L2_OFF
Since commit c2dd0d455 and 45bf05854 introduced the new cache maintainance framework to ARM, CONFIG_L2_OFF has not been used at all. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/smdkv310.h')
-rw-r--r--include/configs/smdkv310.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h
index e2e8efe58c..1388f49986 100644
--- a/include/configs/smdkv310.h
+++ b/include/configs/smdkv310.h
@@ -25,9 +25,6 @@
/* Mach Type */
#define CONFIG_MACH_TYPE MACH_TYPE_SMDKV310
-/* Keep L2 Cache Disabled */
-#define CONFIG_L2_OFF 1
-
#define CONFIG_SYS_SDRAM_BASE 0x40000000
#define CONFIG_SYS_TEXT_BASE 0x43E00000
OpenPOWER on IntegriCloud