summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-05-03 09:00:01 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-05-04 14:23:15 +0200
commit7d57c673e9732d8cf8af5d88796f59aca1dda6e3 (patch)
tree76d977916b10b66577dcac5baa4602ac727c3011 /tcwg-benchmark.sh
parent6df56c9c3b07a29795172342403b972b7ff19fe7 (diff)
tcwg-benchmark.sh: Enable bmk host for tk1 and tx1
Change-Id: I159ad62dcc76c41f84c4b44b4eb2ec09cb69f356
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index b360b5b7..3271969d 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -351,12 +351,12 @@ if [ $res != 0 ]; then
exit $EXTERNAL_FAIL
fi
-# Launch prepare-board from docker host (only fx_* and apm_*)
+# Launch prepare-board from docker host (all except stm32)
case "$hw_tag" in
- fx_*) ;&
- apm_*)
- prepare_board_port="2222"
- ;;
+ fx_*) prepare_board_port="2222" ;;
+ apm_*) prepare_board_port="2222" ;;
+ tk1_*) prepare_board_port="2222" ;;
+ tx1_*) prepare_board_port="2222" ;;
*)
prepare_board_port=""
;;