mediatek: filogic: convert Qihoo 360T7 to fitblk

Use fitblk driver instead of deprecated partition parser.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2024-08-08 16:41:21 +01:00
parent 609f29da62
commit ee7aacb3e7
2 changed files with 10 additions and 1 deletions

View File

@ -20,6 +20,8 @@
};
chosen {
bootargs-append = " root=/dev/fit0 rootwait";
rootdisk = <&ubi_rootdisk>;
stdout-path = "serial0:115200n8";
};
@ -134,6 +136,13 @@
partition@580000 {
label = "ubi";
reg = <0x0580000 0x6c00000>;
compatible = "linux,ubi";
volumes {
ubi_rootdisk: ubi-volume-fit {
volname = "fit";
};
};
};
partition@7180000 {

View File

@ -77,6 +77,7 @@ platform_do_upgrade() {
mediatek,mt7988a-rfb|\
nokia,ea0326gmp|\
openwrt,one|\
qihoo,360t7|\
tplink,tl-xdr4288|\
tplink,tl-xdr6086|\
tplink,tl-xdr6088|\
@ -116,7 +117,6 @@ platform_do_upgrade() {
emmc_do_upgrade "$1"
;;
netcore,n60|\
qihoo,360t7|\
xiaomi,mi-router-ax3000t-ubootmod|\
xiaomi,mi-router-wr30u-ubootmod)
CI_KERNPART="fit"