ath79: specify "firmware" partition format for Buffalo devices
Specify firmware partition format (denx,uimage) by compatible string for Buffalo devices. affected devices (&run tested): - BHR-4GRV - WHR-G301N - WZR-HP-AG300H - WZR-HP-G302H A1A0 - WZR-HP-G450H (WZR-450HP) Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
d93b09fa74
commit
83f08aebb1
@@ -167,6 +167,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@60000 {
|
partition@60000 {
|
||||||
|
compatible = "denx,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x0060000 0x1f90000>;
|
reg = <0x0060000 0x1f90000>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -136,6 +136,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@40000 {
|
partition@40000 {
|
||||||
|
compatible = "denx,uimage";
|
||||||
reg = <0x40000 0x3a0000>;
|
reg = <0x40000 0x3a0000>;
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -99,6 +99,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@60000 {
|
partition@60000 {
|
||||||
|
compatible = "denx,uimage";
|
||||||
reg = <0x60000 0x1f80000>;
|
reg = <0x60000 0x1f80000>;
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -155,6 +155,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@60000 {
|
partition@60000 {
|
||||||
|
compatible = "denx,uimage";
|
||||||
reg = <0x60000 0x1f60000>;
|
reg = <0x60000 0x1f60000>;
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user