omnibus rc.board_defaults: remove flash-based params transition logic

This commit is contained in:
Beat Küng
2019-06-06 09:32:18 +02:00
committed by Daniel Agar
parent 5c715978e8
commit 1321f96b59

View File

@@ -4,15 +4,6 @@
#------------------------------------------------------------------------------
# transition from params file to flash-based params (2018-12-20)
if [ -f $PARAM_FILE ]
then
param load $PARAM_FILE
param save
# create a backup
mv $PARAM_FILE ${PARAM_FILE}.bak
reboot
fi
if [ $AUTOCNF = yes ]
then