Index: src/scripts/autotest_lib.sh |
diff --git a/src/scripts/autotest_lib.sh b/src/scripts/autotest_lib.sh |
index fe76cb766397ec403e4475760b3f88c8c761454b..f60382c5c8edb3f4bbcab7f661343dd138214552 100644 |
--- a/src/scripts/autotest_lib.sh |
+++ b/src/scripts/autotest_lib.sh |
@@ -4,7 +4,12 @@ |
# |
# Provides common commands for dealing running/building autotest |
-DEFINE_string board "" "The board for which you are building autotest" |
+. "$(dirname "$0")/common.sh" |
+ |
+get_default_board |
+ |
+DEFINE_string board "$DEFAULT_BOARD" \ |
+ "The board for which you are building autotest" |
function check_board() { |
local board_names="" |