u-boot-dey: missing ";" in installation scripts for cc6ul

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2021-12-02 17:14:58 +01:00
parent c970d87d5a
commit a96fc150bf
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ setenv bootcmd "
if test \"\$\{singlemtdsys\}\" = yes; then if test \"\$\{singlemtdsys\}\" = yes; then
run ubivolscript; run ubivolscript;
else else
force_erase="-e" force_erase="-e";
fi; fi;
if test \"\$\{dualboot\}\" = yes; then if test \"\$\{dualboot\}\" = yes; then
echo \"\"; echo \"\";

View File

@ -147,7 +147,7 @@ setenv bootcmd "
if test \"\$\{singlemtdsys\}\" = yes; then if test \"\$\{singlemtdsys\}\" = yes; then
run ubivolscript; run ubivolscript;
else else
force_erase="-e" force_erase="-e";
fi; fi;
usb start; usb start;
if test \"\$\{dualboot\}\" = yes; then if test \"\$\{dualboot\}\" = yes; then