]> Pileus Git - ~andy/linux/commitdiff
ARM: STi: Set correct ARM ERRATAs.
authorSrinivas Kandagatla <srinivas.kandagatla@st.com>
Tue, 9 Jul 2013 07:26:33 +0000 (08:26 +0100)
committerOlof Johansson <olof@lixom.net>
Tue, 23 Jul 2013 02:36:13 +0000 (19:36 -0700)
Some of the ARM_ERRATA selection is not done in the initial SOC support
patches. This patch selects 2 new ARM_ERRATA's and removes one which was
actually fixed.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
[olof: reorder new errata entries]
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-sti/Kconfig

index d04e3bfe19189082823e4a74c60d1de1de9eed7f..835833e3c4f8fb193f6d177c88ef35199488b33f 100644 (file)
@@ -11,8 +11,9 @@ menuconfig ARCH_STI
        select HAVE_SMP
        select HAVE_ARM_SCU if SMP
        select ARCH_REQUIRE_GPIOLIB
-       select ARM_ERRATA_720789
        select ARM_ERRATA_754322
+       select ARM_ERRATA_764369
+       select ARM_ERRATA_775420
        select PL310_ERRATA_753970 if CACHE_PL310
        select PL310_ERRATA_769419 if CACHE_PL310
        help