kirkwood: nsa310s: fix partition size

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

SVN-Revision: 47504
This commit is contained in:
Luka Perkov 2015-11-18 21:35:04 +00:00
parent 949d7fc378
commit 84c7a31535
2 changed files with 2 additions and 2 deletions

View file

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

View file

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