ath79: specify "firmware" partition format for ELECOM WRC-300GHBK2-I
Specify firmware partition format (denx,uimage) by compatible string for ELECOM WRC-300GHBK2-I. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
parent
f4abc962ec
commit
fa1a120a1a
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@
|
|||
};
|
||||
|
||||
partition@70000 {
|
||||
compatible = "denx,uimage";
|
||||
label = "firmware";
|
||||
reg = <0x070000 0x770000>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue