[PATCH 2/2] ARM: disable errata work-arounds which access secure registers

Fabio Estevam festevam at gmail.com
Fri Jan 4 16:45:07 EST 2013


On Fri, Jan 4, 2013 at 7:39 PM, Fabio Estevam <festevam at gmail.com> wrote:
>
> Should we do like this?

Looks like this would be better (same as it was done for vexpress):

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 1ad0d76..3e628fd 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -841,8 +841,6 @@ config SOC_IMX6Q
        select ARCH_HAS_CPUFREQ
        select ARCH_HAS_OPP
        select ARM_CPU_SUSPEND if PM
-       select ARM_ERRATA_743622
-       select ARM_ERRATA_751472
        select ARM_ERRATA_754322
        select ARM_ERRATA_764369 if SMP
        select ARM_ERRATA_775420

Rob, is this the correct approach?



More information about the linux-arm-kernel mailing list