summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-17 21:37:13 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-17 21:37:13 +0400
commit43ee70d35d240e040c62343b953e7cc141ecdc4c (patch)
tree162ba4b4921bdc424f6a2a12822e5322aa2ba11b
parentb959b7adb3957ef05629ea9f79bfebb6178a45a0 (diff)
Don't enable HIGHMEM and HIGHPTE for highbank/midway from CI script
This no longer needed, as CONFIG_HIGHMEM=y and CONFIG_HIGHPTE=y have been added to highbank.conf. Also don't enable ARM_APPENDED_DTB for highbank - it is no longer needed (but leave it enabled for midway). Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xll-ci.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 41b90f5..b95ebe6 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -41,9 +41,6 @@ case "${hwpack}" in
export board_types="highbank"
export kernel_flavour="highbank"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/highbank.conf"
- echo "CONFIG_ARM_APPENDED_DTB=y" >> linaro/configs/highbank.conf
- echo "CONFIG_HIGHMEM=y" >> linaro/configs/highbank.conf
- echo "CONFIG_HIGHPTE=y" >> linaro/configs/highbank.conf
;;
midway)
export hwpack_type="midway"
@@ -51,8 +48,6 @@ case "${hwpack}" in
export kernel_flavour="midway"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/highbank.conf"
echo "CONFIG_ARM_APPENDED_DTB=y" >> linaro/configs/highbank.conf
- echo "CONFIG_HIGHMEM=y" >> linaro/configs/highbank.conf
- echo "CONFIG_HIGHPTE=y" >> linaro/configs/highbank.conf
;;
origen)
export hwpack_type="origen"