diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-10-12 05:01:11 (GMT) |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-10-15 01:23:59 (GMT) |
commit | 9a32fd6529e90d1dde157d155ae8e3fca61c31f7 (patch) | |
tree | d641995af1cfec0a3ec9a53cedf3400ffbc15e6d | |
parent | 3e6cbb21983f504199b80f59e91f2851ba624974 (diff) | |
download | linux-fsl-qoriq-9a32fd6529e90d1dde157d155ae8e3fca61c31f7.tar.xz |
ARM: shmobile: armadillo800eva: enable L2X0 cache on defconfig
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index f78d259..a18593d 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig @@ -20,7 +20,7 @@ CONFIG_MACH_ARMADILLO800EVA=y # CONFIG_SH_TIMER_TMU is not set CONFIG_ARM_THUMB=y CONFIG_CPU_BPREDICT_DISABLE=y -# CONFIG_CACHE_L2X0 is not set +CONFIG_CACHE_L2X0=y CONFIG_ARM_ERRATA_430973=y CONFIG_ARM_ERRATA_458693=y CONFIG_ARM_ERRATA_460075=y |