ramips: fix partition layout of WHR-300HP2, WHR-1166D, WHR-600D

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45843
owl
Felix Fietkau 2015-05-29 21:25:23 +00:00
parent 8b42d93358
commit 420cdb3783
3 changed files with 3 additions and 18 deletions

View File

@ -42,12 +42,7 @@
partition@50000 {
label = "firmware";
reg = <0x50000 0xeb0000>;
};
partition@e00000 {
label = "usercfg";
reg = <0xf00000 0x100000>;
reg = <0x50000 0xfb0000>;
};
};
};

View File

@ -42,12 +42,7 @@
partition@50000 {
label = "firmware";
reg = <0x50000 0x5b0000>;
};
partition@600000 {
label = "usercfg";
reg = <0x600000 0x100000>;
reg = <0x50000 0x7b0000>;
};
};
};

View File

@ -42,12 +42,7 @@
partition@50000 {
label = "firmware";
reg = <0x50000 0x5b0000>;
};
partition@600000 {
label = "usercfg";
reg = <0x600000 0x100000>;
reg = <0x50000 0x7b0000>;
};
};
};