ramips: mt7621: specify "firmware" partition format for remaining devices

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki 2018-12-09 14:10:15 +01:00
parent bcb8592353
commit c56241c052
4 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,7 @@
};
partition@40000 {
compatible = "mikrotik,minor";
label = "firmware";
reg = <0x040000 0xFC0000>;
};

View File

@ -161,6 +161,7 @@
// Region <0x0 0x40000> seems reserved by OEM
partition@40000 {
compatible = "mikrotik,minor";
label = "firmware";
reg = <0x040000 0xFC0000>;
};

View File

@ -86,6 +86,7 @@
};
partition@140000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x140000 0x7E40000>;
};

View File

@ -152,6 +152,7 @@
};
partition@50000 {
compatible = "openwrt,trx";
label = "firmware";
reg = <0x50000 0xf90000>;
};