From b959b7adb3957ef05629ea9f79bfebb6178a45a0 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 16 Oct 2013 23:10:50 +0400 Subject: 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 --- ll-ci.sh | 2 -- 1 file changed, 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" -- cgit v1.2.3