summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-16 23:10:50 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-16 23:10:50 +0400
commitb959b7adb3957ef05629ea9f79bfebb6178a45a0 (patch)
treed52b09965bef3232e87936c15d0598ffa8e27574
parent77cf8c233148ac55108ae11b820d424bf1e30b77 (diff)
Revert "Disable CPU_IDLE for Panda to work around the Panda ES lock-up on boot"
CPU_IDLE is now disabled in linaro/configs/panda.conf. This reverts commit 77cf8c233148ac55108ae11b820d424bf1e30b77. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xll-ci.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index bef3658..41b90f5 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -65,14 +65,12 @@ 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"