Commit c9250073cdd54339a320b78719761d3ea33714fe

Authored by Srinivas Kandagatla
Committed by Olof Johansson
1 parent 334ab91d58

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

arch/arm/mach-sti/Kconfig
... ... @@ -11,8 +11,9 @@
11 11 select HAVE_SMP
12 12 select HAVE_ARM_SCU if SMP
13 13 select ARCH_REQUIRE_GPIOLIB
14   - select ARM_ERRATA_720789
15 14 select ARM_ERRATA_754322
  15 + select ARM_ERRATA_764369
  16 + select ARM_ERRATA_775420
16 17 select PL310_ERRATA_753970 if CACHE_PL310
17 18 select PL310_ERRATA_769419 if CACHE_PL310
18 19 help