mediatek: bpi-r4: 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
8c1250cb39
commit
738b427d35
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = &uart0;
|
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>;
|
rootdisk-spim-nand = <&ubi_rootfs>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue