summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-16 16:58:50 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-16 16:58:50 +0400
commit77cf8c233148ac55108ae11b820d424bf1e30b77 (patch)
tree0adab2a572375f3d97e315fb0040af320517779c
parentc0154d401f9235127de2559187b6c4ffd6abbe3d (diff)
Disable CPU_IDLE for Panda to work around the Panda ES lock-up on boot
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xll-ci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 41b90f5..bef3658 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -65,12 +65,14 @@ case "${hwpack}" in
export board_types="panda"
export kernel_flavour="omap"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/omap2plus.conf linaro/configs/panda.conf"
+ echo "CONFIG_CPU_IDLE=n" >> linaro/configs/panda.conf
;;
panda-be)
export hwpack_type="panda"
export board_types="panda"
export kernel_flavour="omap"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/bigendian.conf linaro/configs/omap2plus.conf linaro/configs/panda.conf"
+ echo "CONFIG_CPU_IDLE=n" >> linaro/configs/panda.conf
;;
snowball)
export hwpack_type="snowball"