ramips: fix WSR-1166DHP flash layout
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43818
This commit is contained in:
parent
ada0452b14
commit
373c84c30b
1 changed files with 13 additions and 3 deletions
|
@ -46,12 +46,22 @@
|
||||||
|
|
||||||
partition@50000 {
|
partition@50000 {
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x50000 0x6b0000>;
|
reg = <0x50000 0x7c0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@f700000 {
|
partition@810000 {
|
||||||
|
label = "firmware2";
|
||||||
|
reg = <0x810000 0x7c0000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@fd00000 {
|
||||||
label = "usercfg";
|
label = "usercfg";
|
||||||
reg = <0x700000 0x100000>;
|
reg = <0xfd0000 0x10000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@fe00000 {
|
||||||
|
label = "board_data";
|
||||||
|
reg = <0xfe0000 0x10000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue