]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
u-boot: remove useless rootwait double
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 2 May 2018 09:38:23 +0000 (11:38 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 2 May 2018 09:38:23 +0000 (11:38 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/u-boot/boot.cmd
config/u-boot/boot.scr

index e8ee59a0888f80370db0b44fc69414f297097f8b..d740e756e695e9fb89b3018cc7959919d8292908 100644 (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;
index c08443beb97351df12dd6528aded40407e1c8372..d9a1dbbc92b0b51e431b551aaaae96f2095a42f0 100644 (file)
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ