summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-05-29 13:47:45 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 17:13:04 +0400
commit5c25e1f0b8d003feb6d1e2a2e1300b15440a02da (patch)
treee954a86eb45bf77b5a749dcc4a88d839ec206177
parentaba5097cac6254dcfc478ecc54fa5f4a059d0313 (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