autotest: no need to forceload parms now

This commit is contained in:
Andrew Tridgell 2016-01-07 09:41:45 +11:00
parent 70a45680ed
commit e7d7ab5ef6
1 changed files with 0 additions and 3 deletions

View File

@ -453,9 +453,6 @@ options="$options --out 10.0.2.2:14550"
fi
options="$options --out 127.0.0.1:14550 --out 127.0.0.1:14551"
extra_cmd1=""
if [ $WIPE_EEPROM == 1 ]; then
extra_cmd="param forceload $autotest/$PARMS; $EXTRA_PARM; param fetch"
fi
if [ $START_ANTENNA_TRACKER == 1 ]; then
options="$options --load-module=tracker"
extra_cmd="$extra_cmd module load map; tracker set port $TRACKER_UARTA; tracker start;"