ipq40xx: mikrotik: make RouterBoot partition writeable

Linux MTD requires the parent partition be writable for a child
partition to be allowed write permission.
In order for soft_config to be writeable (and modifiable via sysfs),
the parent RouterBoot partition must be writeable

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
(cherry picked from commit bb929a0f9c)
This commit is contained in:
Thibaut VARÈNE 2022-06-17 12:43:43 +02:00 committed by Koen Vandeputte
parent fbbc127f42
commit 344ecf433a
5 changed files with 0 additions and 5 deletions

View File

@ -185,7 +185,6 @@
#size-cells = <1>;
label = "RouterBoot";
reg = <0x80000 0x80000>;
read-only;
hard_config {
read-only;

View File

@ -187,7 +187,6 @@
#size-cells = <1>;
label = "RouterBoot";
reg = <0x80000 0x80000>;
read-only;
hard_config {
read-only;

View File

@ -189,7 +189,6 @@
#size-cells = <1>;
label = "RouterBoot";
reg = <0x80000 0x80000>;
read-only;
hard_config {
read-only;

View File

@ -249,7 +249,6 @@
#size-cells = <1>;
label = "RouterBoot";
reg = <0x80000 0x80000>;
read-only;
hard_config {
read-only;

View File

@ -209,7 +209,6 @@
#size-cells = <1>;
label = "RouterBoot";
reg = <0x80000 0x80000>;
read-only;
hard_config {
read-only;