u-boot-dey: missing ";" in installation scripts for cc6ul
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
c970d87d5a
commit
a96fc150bf
|
|
@ -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 \"\";
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue