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
|
||||
run ubivolscript;
|
||||
else
|
||||
force_erase="-e"
|
||||
force_erase="-e";
|
||||
fi;
|
||||
if test \"\$\{dualboot\}\" = yes; then
|
||||
echo \"\";
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ setenv bootcmd "
|
|||
if test \"\$\{singlemtdsys\}\" = yes; then
|
||||
run ubivolscript;
|
||||
else
|
||||
force_erase="-e"
|
||||
force_erase="-e";
|
||||
fi;
|
||||
usb start;
|
||||
if test \"\$\{dualboot\}\" = yes; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue