summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-09-12 14:39:31 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-09-12 14:39:31 +0400
commit268e024647a88cb7b7f0564ab3728bcead9a6830 (patch)
tree729fca2ec12ebc41b35cd141c9eebc5543669c18
parenta569f09e3f27ac86ed251365f49e4b713f0fdc0a (diff)
Remove linaro/configs/big-LITTLE-MP.conf from vexpress configuration
There is no big-little-mp topic for linux-linaro[-core-tracking] anymore. Hence no linaro/configs/big-LITTLE-MP.conf. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xllct-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/llct-ci.sh b/llct-ci.sh
index c9b5ee2..d715c6e 100755
--- a/llct-ci.sh
+++ b/llct-ci.sh
@@ -55,7 +55,7 @@ case "${hwpack}" in
export hwpack_type="vexpress"
export board_types="vexpress-a9,vexpress-a5,vexpress-tc2,rtsm_ve-a15x1-a7x1,rtsm_ve-a15x4-a7x4"
export kernel_flavour="vexpress"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-guest.conf linaro/configs/big-LITTLE-MP.conf linaro/configs/big-LITTLE-IKS.conf linaro/configs/vexpress.conf"
+ export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-guest.conf linaro/configs/big-LITTLE-IKS.conf linaro/configs/vexpress.conf"
export lava_test_plan="ltp:9600,pwrmgmt"
;;
esac