aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-06-06 14:36:40 +0100
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:04:36 +0100
commitf0e32abb746fd4926fe0c3dab0e70f3d1505a588 (patch)
tree837a0b630883f8fa9aefcea75a8913c47baf49bc /arch
parentf8b1ed7161bfa027a96775129e9dc34f7853d480 (diff)
ARM: vexpress: Select CONFIG_ARM_ERRATA_643719
The CA9X4 CoreTile suffers from this errata and as a consequence has reboot and shutdown crashes since the cpu hotplug changes introduced in Linux 3.10. (Commit bca7a5a04933 "ARM: cpu hotplug: remove majority of cache flushing from platforms") Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-vexpress/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index 5907e10c37f..fe637e90cdb 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -56,5 +56,6 @@ config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA
config ARCH_VEXPRESS_CA9X4
bool "Versatile Express Cortex-A9x4 tile"
+ select ARM_ERRATA_643719
endmenu