Skip to content

Commit

Permalink
ARM: STi: Set correct ARM ERRATAs.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Srinivas Kandagatla authored and Olof Johansson committed Jul 23, 2013
1 parent 334ab91 commit c925007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/mach-sti/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c925007

Please sign in to comment.