diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-07 15:10:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-07 15:10:26 +0000 |
commit | deb6f46c011a38d330850c31ec01b55cc09dc330 (patch) | |
tree | 2274ded44619a48d02873a6f8eb94cdef678739b /target/linux | |
parent | e720d5f69df7f01d8733de91544c8f3af83775cf (diff) | |
download | upstream-deb6f46c011a38d330850c31ec01b55cc09dc330.tar.gz upstream-deb6f46c011a38d330850c31ec01b55cc09dc330.tar.bz2 upstream-deb6f46c011a38d330850c31ec01b55cc09dc330.zip |
ralink: fix WHR-300HP2 mtd size
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40419 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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>; }; }; }; |