1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

ath79: replace tab after DT label by space

The common separator in this case is a single space.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2020-05-28 00:48:39 +02:00
parent e8fbb98c6d
commit 2b92ee36ae
8 changed files with 8 additions and 8 deletions

@ -116,7 +116,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;

@ -81,7 +81,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x040000>;
read-only;

@ -128,7 +128,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;

@ -123,7 +123,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;

@ -92,7 +92,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;

@ -74,7 +74,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;

@ -113,7 +113,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;

@ -30,7 +30,7 @@
#address-cells = <1>;
#size-cells = <1>;
uboot: partition@0 {
uboot: partition@0 {
label = "u-boot";
reg = <0x000000 0x020000>;
read-only;