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 <rmorris@rkmorris.us>
This commit is contained in:
Russell Morris 2022-04-08 13:29:13 -05:00 committed by Hauke Mehrtens
parent a4bf562aa7
commit fb3f519e59

View File

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