From 8c791331b076a4153cd85194446c55e6bc8e3630 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Sun, 3 Oct 2010 20:20:10 -0700 Subject: [PATCH] [ARM] tegra: enable ARM errata 742230 Change-Id: I25b9e7c266147163ca1dcf7619db0580ff9888d8 Signed-off-by: Colin Cross --- arch/arm/mach-tegra/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 8e32d9d7ec8d..f33d011b16d3 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -10,6 +10,7 @@ config ARCH_TEGRA_2x_SOC select CPU_V7 select ARM_GIC select ARCH_REQUIRE_GPIOLIB + select ARM_ERRATA_742230 help Support for NVIDIA Tegra AP20 and T20 processors, based on the ARM CortexA9MP CPU and the ARM PL310 L2 cache controller -- 2.34.1