kirkwood: nsa310s: fix partition size

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

SVN-Revision: 47504
master
Luka Perkov 9 years ago
parent 949d7fc378
commit 84c7a31535
  1. 2
      target/linux/kirkwood/patches-3.18/190-nsa310s.patch
  2. 2
      target/linux/kirkwood/patches-4.3/170-nsa310s.patch

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

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

Loading…
Cancel
Save