diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-03 18:31:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-03 18:31:27 +0000 |
commit | fd7be4073af21aeea4b330b59c0d097ccb561137 (patch) | |
tree | 0db181118f0f172bd4aaa7bfc36c5fe763a6bdc3 /target/linux/ramips/dts | |
parent | 373c84c30b95d1def54fb2437a2d52d5168bab42 (diff) | |
download | upstream-fd7be4073af21aeea4b330b59c0d097ccb561137.tar.gz upstream-fd7be4073af21aeea4b330b59c0d097ccb561137.tar.bz2 upstream-fd7be4073af21aeea4b330b59c0d097ccb561137.zip |
ramips: fix WSR-600DHP flash layout
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43819
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/WSR-600.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WSR-600.dts b/target/linux/ramips/dts/WSR-600.dts index f9ac3d7631..c754991484 100644 --- a/target/linux/ramips/dts/WSR-600.dts +++ b/target/linux/ramips/dts/WSR-600.dts @@ -49,10 +49,15 @@ reg = <0x50000 0x6b0000>; }; - partition@f700000 { + partition@700000 { label = "usercfg"; reg = <0x700000 0x100000>; }; + + partition@800000 { + label = "firmware2"; + reg = <0x800000 0x6b0000>; + }; }; }; }; |