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>
};
partition@60000 {
+ compatible = "denx,uimage";
label = "firmware";
reg = <0x0060000 0x1f90000>;
};
};
partition@40000 {
+ compatible = "denx,uimage";
reg = <0x40000 0x3a0000>;
label = "firmware";
};
};
partition@60000 {
+ compatible = "denx,uimage";
reg = <0x60000 0x1f80000>;
label = "firmware";
};
};
partition@60000 {
+ compatible = "denx,uimage";
reg = <0x60000 0x1f60000>;
label = "firmware";
};