Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9250073 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Olof Johansson
Browse files

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: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
[olof: reorder new errata entries]
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 334ab91d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -11,8 +11,9 @@ menuconfig ARCH_STI
	select HAVE_SMP
	select HAVE_SMP
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_SCU if SMP
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select ARM_ERRATA_720789
	select ARM_ERRATA_754322
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369
	select ARM_ERRATA_775420
	select PL310_ERRATA_753970 if CACHE_PL310
	select PL310_ERRATA_753970 if CACHE_PL310
	select PL310_ERRATA_769419 if CACHE_PL310
	select PL310_ERRATA_769419 if CACHE_PL310
	help
	help