aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-04-13 12:02:01 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-04-13 12:02:01 +0100
commite2a2efe5bf76fc6c1064d6dc646964cf69737e08 (patch)
tree27394f36c13fffaa2a28aa905b1218d386e4d021
parent67e7b3956c967657e26bd6ad8c85afeec15d6a56 (diff)
Use non-static qemu for testing (part 2/2)
Change-Id: I205aef197e0f2406db3f912b4af7212f3d46fdc5
-rw-r--r--config/boards/tcwg-buildqemu.exp2
-rw-r--r--config/boards/tcwg-tcwgex40qemu.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/boards/tcwg-buildqemu.exp b/config/boards/tcwg-buildqemu.exp
index 2ab3095b..f04a19f7 100644
--- a/config/boards/tcwg-buildqemu.exp
+++ b/config/boards/tcwg-buildqemu.exp
@@ -1,4 +1,4 @@
load_generic_config tcwg-common
set_board_info hostname build-01.tcwglab
-set_board_info remote_sim "qemu-[lindex [split $target_triplet -] 0]-static -cpu any -L /sysroot"
+set_board_info remote_sim "qemu-[lindex [split $target_triplet -] 0] -cpu any -L /sysroot"
diff --git a/config/boards/tcwg-tcwgex40qemu.exp b/config/boards/tcwg-tcwgex40qemu.exp
index a3981ad7..6e09aeff 100644
--- a/config/boards/tcwg-tcwgex40qemu.exp
+++ b/config/boards/tcwg-tcwgex40qemu.exp
@@ -1,4 +1,4 @@
load_generic_config tcwg-common
set_board_info hostname tcwg-ex40-01
-set_board_info remote_sim "qemu-[lindex [split $target_triplet -] 0]-static -cpu any -L /sysroot"
+set_board_info remote_sim "qemu-[lindex [split $target_triplet -] 0] -cpu any -L /sysroot"