summaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-05-29 13:47:45 +0300
committerJon Medhurst <tixy@linaro.org>2014-12-08 09:40:21 +0000
commitf66b9bb5035753ab91b13ed57a4c2f497cad6b42 (patch)
tree120d1aa01897a2b28d1ac2a9340f1411b8fdd612 /linaro
parentbf38d760fa2242894905a66e4693443ef163995d (diff)
vexpress64.conf: disable CONFIG_CPU_IDLE to workaround boot failure
There's a known issue with ARM trusted firmware: CPU idle does not work on the advertised version of the Foundation FVP. Some FVP fixes are required that are not available externally at the time of writing. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/vexpress64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index 2d0f201c444d..e2b8115878fa 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -4,6 +4,7 @@ CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y
CONFIG_CMDLINE="console=ttyAMA0"
CONFIG_COMPAT=y
+# CONFIG_CPU_IDLE is not set
CONFIG_SMC91X=y
CONFIG_INPUT_EVDEV=y
CONFIG_SERIO_AMBAKMI=y