diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-04-02 18:53:29 +0800 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-04-30 03:28:13 +0100 |
commit | 790082098e3e5541e75b396ea1c78192f416e13f (patch) | |
tree | 0d5e6d88d42a457eb71204fefe3eb9c942fa5aa0 /package/boot/uboot-mediatek | |
parent | 4b043047132de0b3d90619d538f103af6153fa5a (diff) |
mediatek: switch to fitblk for JDCloud RE-CP-03
Use the new fitblk driver.
Tested-By: Yangyu Chen <cyy@cyyself.name>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'package/boot/uboot-mediatek')
-rw-r--r-- | package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch b/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch index e0f3a6e235..dc8dfe0140 100644 --- a/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch +++ b/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch @@ -271,7 +271,7 @@ +serverip=192.168.1.254 +loadaddr=0x46000000 +console=earlycon=uart8250,mmio32,0x11002000 console=ttyS0 -+bootargs=root=/dev/mmcblk0p65 ++bootargs=root=/dev/fit0 rootwait +bootcmd=if pstore check ; then run boot_recovery ; else run boot_emmc ; fi +bootconf=config-1 +bootdelay=0 |