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 {