ramips:improve R6850 support
This commit is contained in:
parent
5ae70efb04
commit
cd6e66d6e1
@ -120,12 +120,23 @@
|
|||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@100000 {
|
partition@1 {
|
||||||
label = "SC PART_MAP";
|
label = "SC PART_MAP";
|
||||||
reg = <0x100000 0x100000>;
|
reg = <0x100000 0x100000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
partition@100000 {
|
||||||
|
label = "BootEnv";
|
||||||
|
reg = <0x100000 0x80000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@180000 {
|
||||||
|
label = "Factory";
|
||||||
|
reg = <0x180000 0x80000>;
|
||||||
|
};
|
||||||
|
|
||||||
partition@200000 {
|
partition@200000 {
|
||||||
label = "kernel";
|
label = "kernel";
|
||||||
reg = <0x200000 0x400000>;
|
reg = <0x200000 0x400000>;
|
||||||
@ -136,6 +147,11 @@
|
|||||||
reg = <0x600000 0x2800000>;
|
reg = <0x600000 0x2800000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
partition@2 {
|
||||||
|
label = "firmware";
|
||||||
|
reg = <0x200000 0x2C00000>;
|
||||||
|
};
|
||||||
|
|
||||||
partition@2e00000 {
|
partition@2e00000 {
|
||||||
label = "reserved0";
|
label = "reserved0";
|
||||||
reg = <0x2e00000 0x1800000>;
|
reg = <0x2e00000 0x1800000>;
|
||||||
@ -148,6 +164,12 @@
|
|||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
partition@3 {
|
||||||
|
label = "epprom";
|
||||||
|
reg = <0x4600000 0x80000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
partition@4800000 {
|
partition@4800000 {
|
||||||
label = "reserved1";
|
label = "reserved1";
|
||||||
reg = <0x4800000 0x3800000>;
|
reg = <0x4800000 0x3800000>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user