summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-06-04 17:24:16 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-06-04 17:24:16 +0400
commita3a00d86daa1d35fdd22c16888df4df4bea87289 (patch)
treec1ed69473dbecd5533cae25a3d9a5cd8cf33f93a
parent1355e9681d61988325c24dcb89b82cf632188176 (diff)
Drop highbank - support deprecated
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xllct-ci.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/llct-ci.sh b/llct-ci.sh
index 424b1ea..2160d46 100755
--- a/llct-ci.sh
+++ b/llct-ci.sh
@@ -32,14 +32,6 @@ case "${hwpack}" in
export kernel_flavour="am335x"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/multi_v7.conf linaro/configs/beaglebone.conf"
;;
- highbank)
- export hwpack_type="highbank"
- export board_types="highbank"
- export kernel_flavour="highbank"
- # XXX Kernel oops - Rob Herring suggested to use multi_v7_defconfig
- # export kernel_config="multi_v7_defconfig"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/highbank.conf"
- ;;
origen)
export hwpack_type="origen"
export board_types="origen"
@@ -84,7 +76,7 @@ echo "HWPACK_FILE_NAME=`ls hwpack_linaro-${hwpack}*.tar.gz`" >> post_build_lava_
echo "BUNDLE_STREAM_NAME=/private/team/linaro/ci-linux-linaro-tracking-llct/" >> post_build_lava_parameters
case "${hwpack}" in
- arndale|highbank|origen|panda)
+ arndale|origen|panda)
echo "DEVICE_TYPE=${hwpack}" >> post_build_lava_parameters
;;
beaglebone)