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
master
Felix Fietkau 2015-01-03 18:31:27 +00:00
parent 548e7f548c
commit 6a4878c973
1 changed files with 6 additions and 1 deletions

View File

@ -49,10 +49,15 @@
reg = <0x50000 0x6b0000>;
};
partition@f700000 {
partition@700000 {
label = "usercfg";
reg = <0x700000 0x100000>;
};
partition@800000 {
label = "firmware2";
reg = <0x800000 0x6b0000>;
};
};
};
};