summaryrefslogtreecommitdiffstats
path: root/include/configs/vision2.h
diff options
context:
space:
mode:
authorJason Liu <jason.hui@linaro.org>2011-08-03 00:05:47 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-03 22:40:46 +0200
commit8b5a4bcaa06edc7161fa380a674a891ea0631645 (patch)
tree93e61490c039e704242a1eea2f29cf22ec464a78 /include/configs/vision2.h
parentd321b64d64757faa863f45aae18d261253d8ee36 (diff)
downloadtalos-obmc-uboot-8b5a4bcaa06edc7161fa380a674a891ea0631645.tar.gz
talos-obmc-uboot-8b5a4bcaa06edc7161fa380a674a891ea0631645.zip
mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF
CONFIG_L2_OFF is obsolete after the following commit: e47f2db5371047eb9bcd115fee084e6a8a92a239 armv7: rename cache related CONFIG flags Replace the cache related CONFIG flags with more meaningful names. Following are the changes: CONFIG_L2_OFF -> CONFIG_SYS_L2CACHE_OFF Since imx5 does not provide L2 cache operations(Enable/Disable) Simply remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF Signed-off-by: Jason Liu <jason.hui@linaro.org> Cc:Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/vision2.h')
-rw-r--r--include/configs/vision2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vision2.h b/include/configs/vision2.h
index 50c920d0b8..b5c73571b3 100644
--- a/include/configs/vision2.h
+++ b/include/configs/vision2.h
@@ -26,7 +26,6 @@
#define CONFIG_MX51 /* in a mx51 */
-#define CONFIG_SYS_L2CACHE_OFF
#define CONFIG_SYS_TEXT_BASE 0x97800000
#include <asm/arch/imx-regs.h>
OpenPOWER on IntegriCloud