summaryrefslogtreecommitdiff
path: root/include/configs/tegra2-common.h
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-03-08 03:07:32 +0000
committerSimon Glass <sjg@chromium.org>2011-08-24 09:54:52 -0700
commit624df93480f19647d0229b6d153b4fce4fd389fa (patch)
tree346dcf6ebc7118f048c0409e990f0c54f376a370 /include/configs/tegra2-common.h
parentf83ed441a941d5890da20e8cf00a574af49fe46c (diff)
armv7: replace CONFIG_L2_OFF with CONFIG_SYS_NO_L2CACHE
replace all occurences of CONFIG_L2_OFF with a more appropriate CONFIG_SYS_NO_L2CACHE CONFIG_SYS_NO_L2CACHE has been chosen to be in line with CONFIG_SYS_NO_ICACHE and CONFIG_SYS_NO_DCACHE Signed-off-by: Aneesh V <aneesh@ti.com>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r--include/configs/tegra2-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index b9aceacfba..7b23b8215e 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -31,7 +31,7 @@
#define CONFIG_ARMCORTEXA9 /* This is an ARM V7 CPU core */
#define CONFIG_TEGRA2 /* in a NVidia Tegra2 core */
#define CONFIG_MACH_TEGRA_GENERIC /* which is a Tegra generic machine */
-#define CONFIG_L2_OFF /* No L2 cache */
+#define CONFIG_SYS_NO_L2CACHE /* No L2 cache */
#define CONFIG_ENABLE_CORTEXA9 /* enable CPU (A9 complex) */