diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:04 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:04 +0000 |
commit | 84c7a31535d9afc84a0f17960c5a3ef9c801485b (patch) | |
tree | 3cdad5e6cbef5c9ebaa92932b40c37a8fae8e3f9 | |
parent | 949d7fc37818ffda7b1cee6c8bed742319a051ad (diff) | |
download | upstream-84c7a31535d9afc84a0f17960c5a3ef9c801485b.tar.gz upstream-84c7a31535d9afc84a0f17960c5a3ef9c801485b.tar.bz2 upstream-84c7a31535d9afc84a0f17960c5a3ef9c801485b.zip |
kirkwood: nsa310s: fix partition size
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47504
-rw-r--r-- | target/linux/kirkwood/patches-3.18/190-nsa310s.patch | 2 | ||||
-rw-r--r-- | target/linux/kirkwood/patches-4.3/170-nsa310s.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/patches-3.18/190-nsa310s.patch b/target/linux/kirkwood/patches-3.18/190-nsa310s.patch index 9766455cf9..fbbb0e6df9 100644 --- a/target/linux/kirkwood/patches-3.18/190-nsa310s.patch +++ b/target/linux/kirkwood/patches-3.18/190-nsa310s.patch @@ -261,7 +261,7 @@ + + partition@200000 { + label = "root"; -+ reg = <0x200000 0xfe00000>; ++ reg = <0x200000 0x7e00000>; + }; +}; + diff --git a/target/linux/kirkwood/patches-4.3/170-nsa310s.patch b/target/linux/kirkwood/patches-4.3/170-nsa310s.patch index c348f72631..c15aacfa4c 100644 --- a/target/linux/kirkwood/patches-4.3/170-nsa310s.patch +++ b/target/linux/kirkwood/patches-4.3/170-nsa310s.patch @@ -261,7 +261,7 @@ + + partition@200000 { + label = "root"; -+ reg = <0x200000 0xfe00000>; ++ reg = <0x200000 0x7e00000>; + }; +}; + |