summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-07 11:59:50 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-10-07 11:59:50 +0300
commitc0154d401f9235127de2559187b6c4ffd6abbe3d (patch)
treed52b09965bef3232e87936c15d0598ffa8e27574
parent5f72348feca15bd4985ab7b07b95474aa88cc4db (diff)
Enable HIGHMEM and HIGHPTE on highbank and midway
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xll-ci.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 060fcf8..41b90f5 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -42,6 +42,8 @@ case "${hwpack}" in
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"
@@ -49,6 +51,8 @@ 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"