From 8b5a4bcaa06edc7161fa380a674a891ea0631645 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 3 Aug 2011 00:05:47 +0000 Subject: 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 Cc:Stefano Babic Acked-by: Stefano Babic --- include/configs/vision2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/vision2.h') diff --git a/include/configs/vision2.h b/include/configs/vision2.h index 50c920d..b5c7357 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 -- cgit v1.1