mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 19:46:51 +00:00
4841ac042e
Signed-off-by: John Crispin <john@phrozen.org>
24 lines
588 B
Diff
24 lines
588 B
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts 2020-07-16 16:31:01.073767264 +0800
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts 2020-07-16 16:33:02.518867067 +0800
|
|
@@ -579,17 +579,17 @@
|
|
|
|
factory: partition@1c0000 {
|
|
label = "Factory";
|
|
- reg = <0x1c0000 0x0040000>;
|
|
+ reg = <0x1c0000 0x0100000>;
|
|
};
|
|
|
|
partition@200000 {
|
|
label = "firmware";
|
|
- reg = <0x200000 0x2000000>;
|
|
+ reg = <0x2c0000 0x2000000>;
|
|
};
|
|
|
|
partition@2200000 {
|
|
label = "User_data";
|
|
- reg = <0x2200000 0x4000000>;
|
|
+ reg = <0x22c0000 0x4000000>;
|
|
};
|
|
};
|
|
};
|