Skip to content

Commit ca65d18

Browse files
Russell Seniorjonasjelonek
authored andcommitted
realtek: zyxel-xs1930: fill partition gap with reserved2
The existing partition definition leaves a 640k gap in the flash space, which makes it harder than necessary to examine or backup those contents. This commit adds a "reserved2" partition in that gap. Signed-off-by: Russell Senior <russell@personaltelco.net> Link: openwrt/openwrt#25241 Signed-off-by: Jonas Jelonek <jonas@jonasjelonek.de>
1 parent 205bbaf commit ca65d18

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

target/linux/realtek/dts/rtl9313_zyxel_xs1930.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@
157157
};
158158
};
159159

160+
partition@1e0000 {
161+
label = "reserved2";
162+
reg = <0x1e0000 0xa0000>;
163+
read-only;
164+
};
165+
160166
/* BootBase has dual-image support. Second partition starts at
161167
* 0x1280000 and has same layout as first partition but smaller size
162168
*/

0 commit comments

Comments
 (0)