mediatek: bpi-r4: add rootwait to bootargs
authorMartin Schiller <ms@dev.tdt.de>
Tue, 7 May 2024 06:31:24 +0000 (08:31 +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/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi

index ba19f69bbf07f5453b231ba076d16222c57642cc..c4c05fd419f254f03c191630c4a33324fb7f67fc 100644 (file)
@@ -28,7 +28,7 @@
 
        chosen {
                stdout-path = &uart0;
-               bootargs = "console=ttyS0,115200n1 loglevel=8 pci=pcie_bus_perf ubi.block=0,fit root=/dev/fit0";
+               bootargs = "console=ttyS0,115200n1 loglevel=8 pci=pcie_bus_perf ubi.block=0,fit root=/dev/fit0 rootwait";
                rootdisk-spim-nand = <&ubi_rootfs>;
        };