mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
u-boot: remove useless rootwait double
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user