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

Commit be9b0167 authored by Olof Johansson's avatar Olof Johansson
Browse files

ARM: highbank: only select errata 764369 if SMP



764369 depends on SMP, so don't select it on !SMP configs.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
parent a48c4904
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ config ARCH_HIGHBANK
	select ARCH_HAS_OPP
	select ARCH_WANT_OPTIONAL_GPIOLIB
	select ARM_AMBA
	select ARM_ERRATA_764369
	select ARM_ERRATA_764369 if SMP
	select ARM_ERRATA_775420
	select ARM_ERRATA_798181
	select ARM_GIC