Skip to content

Commit

Permalink
ramips: mt7621: specify "firmware" partition format for remaining dev…
Browse files Browse the repository at this point in the history
…ices

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  • Loading branch information
Rafał Miłecki committed Dec 13, 2018
1 parent bcb8592 commit c56241c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/ramips/dts/RBM11G.dts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
};

partition@40000 {
compatible = "mikrotik,minor";
label = "firmware";
reg = <0x040000 0xFC0000>;
};
Expand Down
1 change: 1 addition & 0 deletions target/linux/ramips/dts/RBM33G.dts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
// Region <0x0 0x40000> seems reserved by OEM

partition@40000 {
compatible = "mikrotik,minor";
label = "firmware";
reg = <0x040000 0xFC0000>;
};
Expand Down
1 change: 1 addition & 0 deletions target/linux/ramips/dts/WF-2881.dts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
};

partition@140000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x140000 0x7E40000>;
};
Expand Down
1 change: 1 addition & 0 deletions target/linux/ramips/dts/WSR-1166.dts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
};

partition@50000 {
compatible = "openwrt,trx";
label = "firmware";
reg = <0x50000 0xf90000>;
};
Expand Down

0 comments on commit c56241c

Please sign in to comment.