#include "mt7622-rfb1.dts"
/ {
model = "MT7622_MT7531 RFB (UBI)";
- compatible = "mediatek,mt7622,ubi";
+ compatible = "mediatek,mt7622-rfb1-ubi";
};
&snand {
+ mediatek,bmt-v2;
+ mediatek,bmt-remap-range = <0x0 0x6c0000>;
+
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
factory: partition@1c0000 {
label = "Factory";
- reg = <0x1c0000 0x0040000>;
+ reg = <0x1c0000 0x0100000>;
};
partition@200000 {
label = "kernel";
- reg = <0x200000 0x400000>;
+ reg = <0x2c0000 0x400000>;
};
- partition@600000 {
+ partition@6c0000 {
label = "ubi";
- reg = <0x600000 0x1C00000>;
+ reg = <0x6c0000 0x6f00000>;
};
- partition@2200000 {
- label = "User_data";
- reg = <0x2200000 0x4000000>;
- };
+ /delete-node/ partition@2200000;
};
};
DEVICE_DTS := mt7622-rfb1-ubi
DEVICE_DTS_DIR := ../dts
DEVICE_PACKAGES := kmod-ata-ahci-mtk kmod-btmtkuart kmod-usb3
+ BOARD_NAME := mediatek,mt7622-rfb1-ubi
UBINIZE_OPTS := -E 5
BLOCKSIZE := 128k
PAGESIZE := 2048
nand_do_upgrade "$1"
fi
;;
- linksys,e8450-ubi|\
- mediatek,mt7622,ubi)
+ linksys,e8450-ubi)
CI_KERNPART="fit"
nand_do_upgrade "$1"
;;
fi
default_do_upgrade "$1"
;;
+ mediatek,mt7622-rfb1-ubi|\
totolink,a8000ru)
nand_do_upgrade "$1"
;;
buffalo,wsr-2533dhp2)
buffalo_check_image "$board" "$magic" "$1" || return 1
;;
+ mediatek,mt7622-rfb1-ubi|\
totolink,a8000ru)
nand_do_platform_check "$board" "$1"
;;