diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-07-09 11:26:33 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-07-23 06:36:13 +0400 |
commit | c9250073cdd54339a320b78719761d3ea33714fe (patch) | |
tree | dee2872935f8383f272176fde35bec7786011933 /arch/arm | |
parent | 334ab91d5818256befbf083755d0bb9e7dbd2325 (diff) | |
download | linux-c9250073cdd54339a320b78719761d3ea33714fe.tar.xz |
ARM: STi: Set correct ARM ERRATAs.
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-sti/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index d04e3bfe1918..835833e3c4f8 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -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 |