ath79: cleanup mikrotik routerboot partitions

For some reason useless labels and aliases have been propagated through
copy-paste. Before the issue spreads any further, this patch cleans up
all relevant DTS files to the canonical form, bringing ath79 in line
with other mikrotik platforms (ramips and ipq40xx).

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
Thibaut VARÈNE 2022-03-31 17:50:31 +02:00 committed by Petr Štetiar
parent a05dcb0724
commit 8084ec8061
7 changed files with 6 additions and 12 deletions

View file

@ -84,12 +84,10 @@
}; };
hard_config { hard_config {
label = "hard_config";
read-only; read-only;
}; };
bios { bios {
label = "bios";
size = <0x1000>; size = <0x1000>;
read-only; read-only;
}; };
@ -100,7 +98,6 @@
}; };
soft_config { soft_config {
label = "soft_config";
}; };
}; };
}; };

View file

@ -173,7 +173,7 @@
read-only; read-only;
}; };
hard_config: hard_config { hard_config {
read-only; read-only;
}; };

View file

@ -29,7 +29,7 @@
read-only; read-only;
}; };
hard_config: hard_config { hard_config {
read-only; read-only;
}; };
@ -45,7 +45,6 @@
}; };
soft_config { soft_config {
label = "soft_config";
}; };
}; };

View file

@ -109,7 +109,7 @@
read-only; read-only;
}; };
hard_config: hard_config { hard_config {
read-only; read-only;
}; };

View file

@ -48,7 +48,7 @@
read-only; read-only;
}; };
hard_config: hard_config { hard_config {
read-only; read-only;
}; };
@ -64,7 +64,6 @@
}; };
soft_config { soft_config {
label = "soft_config";
}; };
}; };

View file

@ -83,7 +83,7 @@
read-only; read-only;
}; };
hard_config: hard_config { hard_config {
read-only; read-only;
}; };
@ -99,7 +99,6 @@
}; };
soft_config { soft_config {
label = "soft_config";
}; };
}; };

View file

@ -131,7 +131,7 @@
read-only; read-only;
}; };
hard_config: hard_config { hard_config {
read-only; read-only;
}; };