Browse Source

ramips: mt7621: make u_env partition r/w for Linksys EA7xxx devices

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 <[email protected]>
Russell Morris 3 years ago
parent
commit
fb3f519e59
1 changed files with 0 additions and 1 deletions
  1. 0 1
      target/linux/ramips/dts/mt7621_linksys_ea7xxx.dtsi

+ 0 - 1
target/linux/ramips/dts/mt7621_linksys_ea7xxx.dtsi

@@ -95,7 +95,6 @@
 		partition@80000 {
 			label = "u_env";
 			reg = <0x80000 0x40000>;
-			read-only;
 		};
 
 		factory: partition@c0000 {