summaryrefslogtreecommitdiff
path: root/ll-ci.sh
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-10 23:42:35 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-10 23:42:35 +0400
commitb4323a673e59b66e06c02abc66308ef9493de442 (patch)
treeb4abe1d63d3e672ef7851eb3a8e6f4243f3491a4 /ll-ci.sh
parent72c7abd54b3960b857bad82268c3cfa90a2a8dd0 (diff)
Revert "Temporary disable CONFIG_CPU_FREQ for Arndale and Origen"
The compilation error is fixed in the updated Samsung LT's topic. This reverts commit 72c7abd54b3960b857bad82268c3cfa90a2a8dd0. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'll-ci.sh')
-rwxr-xr-xll-ci.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 49a2061..0f3475f 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -29,7 +29,6 @@ case "${hwpack}" in
export board_types="arndale"
export kernel_flavour="arndale"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.conf linaro/configs/arndale.conf"
- echo "# CONFIG_CPU_FREQ is not set" >> linaro/configs/arndale.conf
;;
arndale-be)
export hwpack_type="arndale"
@@ -55,7 +54,6 @@ case "${hwpack}" in
export board_types="origen"
export kernel_flavour="origen"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/origen.conf"
- echo "# CONFIG_CPU_FREQ is not set" >> linaro/configs/origen.conf
;;
panda)
export hwpack_type="panda"