aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-05-30 12:37:05 +0400
committerAnders Roxell <anders.roxell@linaro.org>2016-07-13 14:54:11 +0200
commit2ada0805622f3ef2c504c946793853984070568f (patch)
tree4c7bb3dce6b1a81843c05e2fbf325450a4cf96da
parent33633266b6fadf96ae7bfb6954f218f95ae1035f (diff)
vexpress64.conf: enable CONFIG_PREEMPT to workaround boot failure
The workaround to disable CONFIG_CPU_IDLE doesn't work for all the models. Let's use the other one. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--linaro/configs/vexpress64.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index e2b8115878fa..9a6f6a7968ad 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -2,9 +2,9 @@ CONFIG_ARCH_VEXPRESS=y
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y
+CONFIG_PREEMPT=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
@@ -32,3 +32,4 @@ CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_MMIO=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
+# CONFIG_DEBUG_PREEMPT is not set