summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-05-29 13:47:45 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-05-29 13:47:45 +0300
commit44c59b89323059633c28f4d6160b4fee14d7087d (patch)
treeb1050c421c4123ec356281bec63f9fc74cf4fbb6
parent694ed3a2cbb4482b12ef1d9a1cae13061a29d02e (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>
-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 2d0f201c444..e2b8115878f 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