Skip to content

Commit

Permalink
ARM: highbank: only select errata 764369 if SMP
Browse files Browse the repository at this point in the history
764369 depends on SMP, so don't select it on !SMP configs.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Olof Johansson committed Nov 14, 2013
1 parent a48c490 commit be9b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-highbank/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be9b016

Please sign in to comment.