mediatek: bpi-r2: add rootwait to bootargs
authorMartin Schiller <ms@dev.tdt.de>
Tue, 7 May 2024 06:27:32 +0000 (08:27 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 7 May 2024 08:56:36 +0000 (09:56 +0100)
In commit cd4de3251c1f ("mediatek: wait for fitblk rootfs"), the linux
6.6 files and patches has been forgotton to be fixed.

Fixes: cd4de3251c1f ("mediatek: wait for fitblk rootfs")
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
target/linux/mediatek/patches-6.6/164-dts-mt7623-bpi-r2-rootdisk-for-fitblk.patch

index f1a182b04441f0a0af1c913a8de24567704ce06f..fac14b4d82c7279dc83e999891df0a2a523fc4eb 100644 (file)
@@ -5,7 +5,7 @@
        chosen {
                stdout-path = "serial2:115200n8";
 -              bootargs = "earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8 console=tty1";
-+              bootargs = "root=/dev/fit0 earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8 console=tty1";
++              bootargs = "root=/dev/fit0 rootwait earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8 console=tty1";
 +              rootdisk-emmc = <&emmc_rootdisk>;
 +              rootdisk-sd = <&sd_rootdisk>;
        };