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:
parent
609f29da62
commit
ee7aacb3e7
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue