mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
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
@ -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…
Reference in New Issue
Block a user