summaryrefslogtreecommitdiff
path: root/tsp/scripts
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2016-09-09 10:57:57 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2016-12-06 16:37:14 +0100
commita1c04168214352c9f6bc0476c22ffa80f026894b (patch)
tree89f5b185fb75f3c34d53b14c49f43ed600850ee5 /tsp/scripts
parentf1e2c6f8942e481488a4a383f6404f1f304d2a2e (diff)
downloadmajor-a1c04168214352c9f6bc0476c22ffa80f026894b.tar.gz
major-a1c04168214352c9f6bc0476c22ffa80f026894b.tar.bz2
major-a1c04168214352c9f6bc0476c22ffa80f026894b.zip
Move "run" section to separate file for odroid
Change-Id: Ia905a23c3975cde0cfadea484db39b1816c711e0 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'tsp/scripts')
-rwxr-xr-xtsp/scripts/common_prep_flash_conf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsp/scripts/common_prep_flash_conf.sh b/tsp/scripts/common_prep_flash_conf.sh
index 30ae6d6..b114319 100755
--- a/tsp/scripts/common_prep_flash_conf.sh
+++ b/tsp/scripts/common_prep_flash_conf.sh
@@ -54,6 +54,7 @@ fi
case "$TARGET" in
*odroid*)
"${TESTLAB_MAJOR}/tct/odroid_prepare_flash_conf.sh" "$SDMUX" "$USR_IMG" "$BOOT_IMG"
+ "${TESTLAB_MAJOR}/tct/odroid_run.sh" "$SDMUX"
;;
*minnow*)
"${TESTLAB_MAJOR}/tct/minnow_prepare_flash_conf.sh" "$SDMUX" "$USR_IMG"