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
This commit is contained in:
Felix Fietkau
2015-05-29 21:25:23 +00:00
parent 3c31cae404
commit d7a030bfdf
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>;
};
};
};