diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-08-09 06:41:49 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-03 00:04:26 (GMT) |
commit | a085ba6fa631664b203cb444a8c240e90bf38c53 (patch) | |
tree | df415d74d094165d270348ea9cb1f69568de240e | |
parent | ca2fbeaaf5143ad7a358c90aec437648b00a4a1a (diff) | |
download | u-boot-fsl-qoriq-a085ba6fa631664b203cb444a8c240e90bf38c53.tar.xz |
rmobile: armadillo-800eva: Remove CONFIG_SYS_NO_L2CACHE
armadillo-800eva needs this config.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r-- | include/configs/armadillo-800eva.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index d1a0b62..b4402dd 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -58,7 +58,6 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_DISPLAY_CPUINFO -#define CONFIG_SYS_NO_L2CACHE #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_USE_ARCH_MEMSET |