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:
parent
d93b09fa74
commit
83f08aebb1
4 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
};
|
||||
|
||||
partition@60000 {
|
||||
compatible = "denx,uimage";
|
||||
label = "firmware";
|
||||
reg = <0x0060000 0x1f90000>;
|
||||
};
|
||||
|
|
|
@ -136,6 +136,7 @@
|
|||
};
|
||||
|
||||
partition@40000 {
|
||||
compatible = "denx,uimage";
|
||||
reg = <0x40000 0x3a0000>;
|
||||
label = "firmware";
|
||||
};
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
};
|
||||
|
||||
partition@60000 {
|
||||
compatible = "denx,uimage";
|
||||
reg = <0x60000 0x1f80000>;
|
||||
label = "firmware";
|
||||
};
|
||||
|
|
|
@ -155,6 +155,7 @@
|
|||
};
|
||||
|
||||
partition@60000 {
|
||||
compatible = "denx,uimage";
|
||||
reg = <0x60000 0x1f60000>;
|
||||
label = "firmware";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue