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 | 6a4878c9734525dc7e42bc9998083fd46c8aec68 (patch) | |
| tree | a3147ee25a097ea4752a1557fbd6f6872f8f275a /target/linux | |
| parent | 548e7f548c73ac988a8e51ca5d2971eb8b982ce8 (diff) | |
| download | upstream-6a4878c9734525dc7e42bc9998083fd46c8aec68.tar.gz upstream-6a4878c9734525dc7e42bc9998083fd46c8aec68.tar.bz2 upstream-6a4878c9734525dc7e42bc9998083fd46c8aec68.zip | |
ramips: fix WSR-600DHP flash layout
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43819 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
| -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 f9ac3d7631e..c754991484e 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>; + }; }; }; }; |
