Remove unnecessary defaulting

This commit is contained in:
computermouth 2016-11-08 18:15:59 -08:00
parent 684e8fc3de
commit c13c3ad2d0
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ flash_images() {
echo "nand erase.chip" > $ubootcmds
fi
echo "env default -a" >> $ubootcmds
## echo "env default -a" >> $ubootcmds
echo "nand write.raw.noverify $SPLMEMADDR 0x0 $pagespereb" >> $ubootcmds
echo "nand write.raw.noverify $SPLMEMADDR 0x400000 $pagespereb" >> $ubootcmds
echo "nand write $UBOOTMEMADDR 0x800000 $ubootsize" >> $ubootcmds