diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-29 21:25:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-29 21:25:23 +0000 |
commit | d7a030bfdfac303008b48e3f1a11a18cea7736e7 (patch) | |
tree | 72cfe05a46ef362d924b63b5713c6d2ef476a6f4 /target/linux/ramips/dts/WHR-600D.dts | |
parent | 3c31cae404bc47261d807c6f499b7ab2c72d2787 (diff) | |
download | upstream-d7a030bfdfac303008b48e3f1a11a18cea7736e7.tar.gz upstream-d7a030bfdfac303008b48e3f1a11a18cea7736e7.tar.bz2 upstream-d7a030bfdfac303008b48e3f1a11a18cea7736e7.zip |
ramips: fix partition layout of WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/WHR-600D.dts')
-rw-r--r-- | target/linux/ramips/dts/WHR-600D.dts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/WHR-600D.dts b/target/linux/ramips/dts/WHR-600D.dts index 5b4b900edc..fdacdead24 100644 --- a/target/linux/ramips/dts/WHR-600D.dts +++ b/target/linux/ramips/dts/WHR-600D.dts @@ -42,12 +42,7 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0x5b0000>; - }; - - partition@600000 { - label = "usercfg"; - reg = <0x600000 0x100000>; + reg = <0x50000 0x7b0000>; }; }; }; |