aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-05-29 13:47:45 +0300
committerAnders Roxell <anders.roxell@linaro.org>2016-07-13 14:54:11 +0200
commit33633266b6fadf96ae7bfb6954f218f95ae1035f (patch)
tree1336673c0647f7a9019bdb2fc9081590ca0b8bf4
parentf340c15c2708c1f38094797adf259d41b2e73791 (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 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