ramips: fix firmware splitter for edimax based boards
Use the correct splitter for board with the edimax header. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
116d0f276d
commit
f5e61350e7
@ -52,7 +52,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@50000 {
|
partition@50000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "edimax,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x50000 0x390000>;
|
reg = <0x50000 0x390000>;
|
||||||
};
|
};
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@50000 {
|
partition@50000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "edimax,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x50000 0x390000>;
|
reg = <0x50000 0x390000>;
|
||||||
};
|
};
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@70000 {
|
partition@70000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "edimax,uimage";
|
||||||
reg = <0x00070000 0x00790000>;
|
reg = <0x00070000 0x00790000>;
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
};
|
};
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@70000 {
|
partition@70000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "edimax,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x00070000 0x00790000>;
|
reg = <0x00070000 0x00790000>;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user