mediatek: enable rootwait for jdcloud re-cp-03

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-04-02 19:49:42 +08:00
parent 1444c9da8e
commit 22ac8e3734
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,7 @@
+serverip=192.168.1.254
+loadaddr=0x46000000
+console=earlycon=uart8250,mmio32,0x11002000 console=ttyS0
+bootargs=root=/dev/mmcblk0p65
+bootargs=root=/dev/mmcblk0p65 rootwait
+bootcmd=if pstore check ; then run boot_recovery ; else run boot_emmc ; fi
+bootconf=config-1
+bootdelay=0

View File

@ -23,6 +23,7 @@
};
chosen {
bootargs-append = " rootwait";
stdout-path = "serial0:115200n8";
};