ath79: specify "firmware" partition format for Netgear WNDR3800
It doesn't require trying parsers one by one. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
a22311e6a6
commit
ffd082aa38
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
partition@70000 {
|
partition@70000 {
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x070000 0xf80000>;
|
reg = <0x070000 0xf80000>;
|
||||||
|
compatible = "netgear,uimage";
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@ff0000 {
|
art: partition@ff0000 {
|
||||||
|
|
Loading…
Reference in a new issue