realtek: allow writing to "u-boot-env2"

U-Boot uses the "bootpartition" variable stored in
"u-boot-env2" to select the active system partition. Allow
updates to enable system switching from OpenWrt.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
(cherry picked from commit 11d24ffe96)
This commit is contained in:
Bjørn Mork 2021-04-06 11:43:05 +02:00 committed by Hauke Mehrtens
parent 41a8bea72e
commit 59980f7aaf
5 changed files with 0 additions and 5 deletions

View File

@ -61,7 +61,6 @@
partition@f0000 {
label = "u-boot-env2";
reg = <0x00f0000 0x0010000>;
read-only;
};
partition@100000 {

View File

@ -79,7 +79,6 @@
partition@50000 {
label = "u-boot-env2";
reg = <0x50000 0x10000>;
read-only;
};
partition@60000 {
label = "jffs";

View File

@ -79,7 +79,6 @@
partition@90000 {
label = "u-boot-env2";
reg = <0x90000 0x10000>;
read-only;
};
partition@a0000 {

View File

@ -77,7 +77,6 @@
partition@c0000 {
label = "u-boot-env2";
reg = <0x000c0000 0x40000>;
read-only;
};
partition@280000 {
label = "firmware";

View File

@ -61,7 +61,6 @@
partition@c0000 {
label = "u-boot-env2";
reg = <0x000c0000 0x40000>;
read-only;
};
partition@280000 {
label = "firmware";