summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-01-10 15:19:09 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-01-10 15:19:09 +0200
commitc0d4cc0b8dd49ff8e0540ea413a254ec56022647 (patch)
tree9e0fb2e539281314f58a3dd44b68dd42a0a674a9
parentd588e60f37991f9c7284bbe4bbd0b67e883ccb2d (diff)
Enable xen config fragment on Midway
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xll-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 5276526..992c095 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -52,7 +52,7 @@ case "${hwpack}" in
export hwpack_type="midway"
export board_types="midway"
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"
+ export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.conf linaro/configs/highbank.conf"
echo "CONFIG_ARM_APPENDED_DTB=y" >> linaro/configs/highbank.conf
;;
origen)