Skip to content

Commit

Permalink
ramips: mt7621: make u_env partition r/w for Linksys EA7xxx devices
Browse files Browse the repository at this point in the history
Make u_env partition read/write - currently cannot write to it, which
blocks fw_setenv. This in turn breaks features like Advanced Reboot,
which rely on setting the environment variable boot_part (1 or 2).

Signed-off-by: Russell Morris <rmorris@rkmorris.us>
  • Loading branch information
arrmo authored and hauke committed Apr 16, 2022
1 parent a4bf562 commit fb3f519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/linux/ramips/dts/mt7621_linksys_ea7xxx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
partition@80000 {
label = "u_env";
reg = <0x80000 0x40000>;
read-only;
};

factory: partition@c0000 {
Expand Down

0 comments on commit fb3f519

Please sign in to comment.