summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-19 21:50:30 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-19 21:50:30 +0400
commit949a8c74e752f77e8aea4da302641c3282b26b6e (patch)
tree777068be90f234b9492a00349fbcada8e3b60ecb
parent2cf14ae8455cd9f08aa3a24b8bf436f4ac5bbbdb (diff)
vexpress64: set hwpack_type to vexpress64
Signed-off-by: Andrey Konovalov <andrey.konovalov@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 1e8a35f..5a245f0 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -105,7 +105,7 @@ case "${hwpack}" in
export lava_test_plan="ltp:9600,pwrmgmt"
;;
vexpress64)
- export hwpack_type="vexpress64-rtsm"
+ export hwpack_type="vexpress64"
export board_types="rtsm_foundation-armv8"
export kernel_flavour="vexpress64"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/kvm-guest.conf linaro/configs/kvm-host.conf linaro/configs/vexpress64.conf"