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>
This commit is contained in:
parent
fa1a120a1a
commit
37c848810c
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue