kirkwood: nsa310s: fix partition size

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 47504
v19.07.3_mercusys_ac12_duma
Luka Perkov 9 years ago
parent 949d7fc378
commit 84c7a31535

@ -261,7 +261,7 @@
+ +
+ partition@200000 { + partition@200000 {
+ label = "root"; + label = "root";
+ reg = <0x200000 0xfe00000>; + reg = <0x200000 0x7e00000>;
+ }; + };
+}; +};
+ +

@ -261,7 +261,7 @@
+ +
+ partition@200000 { + partition@200000 {
+ label = "root"; + label = "root";
+ reg = <0x200000 0xfe00000>; + reg = <0x200000 0x7e00000>;
+ }; + };
+}; +};
+ +

Loading…
Cancel
Save