summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/Kconfig
diff options
context:
space:
mode:
authorWill Deacon2012-02-24 12:13:37 +0100
committerRussell King2012-02-27 12:22:38 +0100
commit43a6955fa8c3ac2e7c31959e8b77a1166dbd13f3 (patch)
tree9363dec558fe731730cf22b9be2bcf0817fcf76d /arch/arm/mach-vexpress/Kconfig
parentARM: 7345/1: errata: update workaround for A9 erratum #743622 (diff)
downloadkernel-qcow2-linux-43a6955fa8c3ac2e7c31959e8b77a1166dbd13f3.tar.gz
kernel-qcow2-linux-43a6955fa8c3ac2e7c31959e8b77a1166dbd13f3.tar.xz
kernel-qcow2-linux-43a6955fa8c3ac2e7c31959e8b77a1166dbd13f3.zip
ARM: 7346/1: errata: fix PL310 erratum #753970 workaround selection
Commit fa0ce403 ("ARM: 7162/1: errata: tidy up Kconfig options for PL310 errata workarounds") introduced a consistent naming scheme for errata workarounds, but forgot to update the platforms selecting workarounds using the old names. This patch updates ux500 and vexpress to select the appropriate PL310 errata workarounds. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r--arch/arm/mach-vexpress/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index 9b3d0fbaee72..88c3ba151e87 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -7,7 +7,7 @@ config ARCH_VEXPRESS_CA9X4
select ARM_GIC
select ARM_ERRATA_720789
select ARM_ERRATA_751472
- select ARM_ERRATA_753970
+ select PL310_ERRATA_753970
select HAVE_SMP
select MIGHT_HAVE_CACHE_L2X0