ath79: specify "firmware" partition format for I-O DATA devices

Specify firmware partition format (denx,uimage) by compatible string
for I-O DATA devices.

affected devices (&run tested)

- WN-AC1167DGR
- WN-AC1600DGR2

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
v19.07.3_mercusys_ac12_duma
INAGAKI Hiroshi 6 years ago committed by Mathias Kresin
parent fa1a120a1a
commit 37c848810c

@ -72,6 +72,7 @@
};
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x050000 0x780000>;
};

@ -137,6 +137,7 @@
};
partition@40000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x040000 0xe50000>;
};

Loading…
Cancel
Save