Browse Source

ARM: highbank: only select errata 764369 if SMP

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>
Olof Johansson 11 years ago
parent
commit
be9b01675e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-highbank/Kconfig

+ 1 - 1
arch/arm/mach-highbank/Kconfig

@@ -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