Use fitblk driver instead of deprecated partition parser.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
};
chosen {
+ bootargs-append = " root=/dev/fit0 rootwait";
+ rootdisk = <&ubi_rootdisk>;
stdout-path = "serial0:115200n8";
};
partition@580000 {
label = "ubi";
reg = <0x0580000 0x7280000>;
+ compatible = "linux,ubi";
+
+ volumes {
+ ubi_rootdisk: ubi-volume-fit {
+ volname = "fit";
+ };
+ };
};
};
};
mediatek,mt7988a-rfb|\
nokia,ea0326gmp|\
openwrt,one|\
+ netcore,n60|\
qihoo,360t7|\
tplink,tl-xdr4288|\
tplink,tl-xdr6086|\
CI_ROOTPART="rootfs"
emmc_do_upgrade "$1"
;;
- netcore,n60)
- CI_KERNPART="fit"
- nand_do_upgrade "$1"
- ;;
mercusys,mr90x-v1|\
tplink,re6000xd)
CI_UBIPART="ubi0"