summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2020-04-03 11:49:42 +0200
committerJohn Crispin <john@phrozen.org>2020-04-06 07:07:42 +0200
commitbeb9820ed3647c7bcd6a6082149305abfd53c389 (patch)
tree11b829c3212745bc310c2106e14c172bf596c65a /target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
parentbce39e1d00fdda29a7fe00584b47790f52e9c3d1 (diff)
downloadopenwrt-beb9820ed3647c7bcd6a6082149305abfd53c389.tar.gz
openwrt-beb9820ed3647c7bcd6a6082149305abfd53c389.tar.bz2
openwrt-beb9820ed3647c7bcd6a6082149305abfd53c389.zip
mediatek: consolidate partition names and settings
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts')
-rw-r--r--target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts16
1 files changed, 10 insertions, 6 deletions
diff --git a/target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts b/target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
index ecd344c956..04829f6397 100644
--- a/target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
+++ b/target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
@@ -526,7 +526,7 @@
#size-cells = <1>;
partition@0 {
- label = "Preloader";
+ label = "preloader";
reg = <0x00000 0x0080000>;
read-only;
};
@@ -534,30 +534,34 @@
partition@80000 {
label = "ATF";
reg = <0x80000 0x0040000>;
+ read-only;
};
partition@c0000 {
- label = "Bootloader";
+ label = "uboot";
reg = <0xc0000 0x0080000>;
+ read-only;
};
partition@140000 {
- label = "Config";
+ label = "uboot-env";
reg = <0x140000 0x0080000>;
+ read-only;
};
partition@1c0000 {
- label = "Factory";
+ label = "factory";
reg = <0x1c0000 0x0040000>;
+ read-only;
};
partition@200000 {
- label = "Kernel";
+ label = "firmware";
reg = <0x200000 0x2000000>;
};
partition@2200000 {
- label = "User_data";
+ label = "reserved";
reg = <0x2200000 0x4000000>;
};
};