mediatek: enable rootwait for jdcloud re-cp-03
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
1444c9da8e
commit
22ac8e3734
@ -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
|
||||
|
@ -23,6 +23,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs-append = " rootwait";
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user