mikrotik: make soft_config writable
Parent mtd partition needs to be writable Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
This commit is contained in:
parent
8441a622ec
commit
fdda3130f2
4 changed files with 0 additions and 4 deletions
|
@ -99,7 +99,6 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "RouterBoot";
|
label = "RouterBoot";
|
||||||
reg = <0x0 0x20000>;
|
reg = <0x0 0x20000>;
|
||||||
read-only;
|
|
||||||
compatible = "mikrotik,routerboot-partitions";
|
compatible = "mikrotik,routerboot-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "RouterBoot";
|
label = "RouterBoot";
|
||||||
reg = <0x0 0x20000>;
|
reg = <0x0 0x20000>;
|
||||||
read-only;
|
|
||||||
compatible = "mikrotik,routerboot-partitions";
|
compatible = "mikrotik,routerboot-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
|
@ -73,7 +73,6 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "RouterBoot";
|
label = "RouterBoot";
|
||||||
reg = <0x0 0x20000>;
|
reg = <0x0 0x20000>;
|
||||||
read-only;
|
|
||||||
compatible = "mikrotik,routerboot-partitions";
|
compatible = "mikrotik,routerboot-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "RouterBoot";
|
label = "RouterBoot";
|
||||||
reg = <0x0 0x40000>;
|
reg = <0x0 0x40000>;
|
||||||
read-only;
|
|
||||||
compatible = "mikrotik,routerboot-partitions";
|
compatible = "mikrotik,routerboot-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
Loading…
Reference in a new issue