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>
master
Adrian Schmutzler 4 years ago
parent e8fbb98c6d
commit 2b92ee36ae

@ -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;

Loading…
Cancel
Save