aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx53evk.h
diff options
context:
space:
mode:
authorJason Liu <jason.hui@linaro.org>2011-04-08 20:29:56 +0800
committerEric Miao <eric.miao@linaro.org>2011-04-21 17:38:35 +0800
commit0c52df902e203259c0888637c1c53049979f9e86 (patch)
treec0a762483a6aa963d92cd180f3279363ad3e9e6a /include/configs/mx53evk.h
parentc2d449f593e88a1eefd0dc6c06d63d8a7d0b532b (diff)
SAUCE: MX5: Keep L2 cache enabled before jump to kernel
BugLink: http://bugs.launchpad.net/bugs/738231 Currently, Linux kernel does not do any L2 cache enable Operation.So,Keep L2 cache enabled(L2EN=1) in the u-boot before Jump to the Linux Kernel and thus L2 cache can be effectively used in Linux Kernel. Signed-off-by: Jason Liu <jason.hui@linaro.org> Signed-off-by: Eric Miao <eric.miao@linaro.org>
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r--include/configs/mx53evk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index f2a575275..8850f169c 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -29,8 +29,6 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
-#define CONFIG_L2_OFF
-
#include <asm/arch/imx-regs.h>
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */