u-boot: remove useless rootwait double

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-05-02 11:38:23 +02:00
parent b69338e0e8
commit a06f9daf20
2 changed files with 2 additions and 2 deletions

View File

@@ -44,10 +44,10 @@ if test "${SERIAL-CONSOLE}" = "ON"; then
fi;
fi
echo Set console to ${console};
setenv bootargs console=${console} rootwait root=${root_dev} rootwait;
setenv bootargs console=${console} root=${root_dev} rootwait;
else
echo Set console to tty1 ;
setenv bootargs console=tty1 rootwait root=${root_dev} rootwait;
setenv bootargs console=tty1 root=${root_dev} rootwait;
fi;
setenv fdt_high ffffffff;

Binary file not shown.