diff options
author | John Crispin <john@openwrt.org> | 2014-04-07 15:10:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-07 15:10:26 +0000 |
commit | f1e31f8266d0fe108cb73dd581f77f543a016043 (patch) | |
tree | 6b1f4f624e0f513479c3ff757189d6f6cddf4a55 /target | |
parent | 858b972e66f4f215fcf9774525a5c71bd80be90f (diff) | |
download | upstream-f1e31f8266d0fe108cb73dd581f77f543a016043.tar.gz upstream-f1e31f8266d0fe108cb73dd581f77f543a016043.tar.bz2 upstream-f1e31f8266d0fe108cb73dd581f77f543a016043.zip |
ralink: fix WHR-300HP2 mtd size
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40419
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/WHR-300HP2.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/WHR-300HP2.dts b/target/linux/ramips/dts/WHR-300HP2.dts index 9204ded556..28917fec93 100644 --- a/target/linux/ramips/dts/WHR-300HP2.dts +++ b/target/linux/ramips/dts/WHR-300HP2.dts @@ -42,12 +42,12 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0x6b0000>; + reg = <0x50000 0x5b0000>; }; - partition@700000 { + partition@600000 { label = "usercfg"; - reg = <0x700000 0x100000>; + reg = <0x600000 0x100000>; }; }; }; |