kirkwood: nsa310s: fix partition size
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 47504
This commit is contained in:
parent
949d7fc378
commit
84c7a31535
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue