mediatek: bpi-r2: add rootwait to bootargs
In commitcd4de3251c
("mediatek: wait for fitblk rootfs"), the linux 6.6 files and patches has been forgotton to be fixed. Fixes:cd4de3251c
("mediatek: wait for fitblk rootfs") Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
parent
a5d12e7839
commit
8c1250cb39
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue