summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2023-06-05 13:58:59 +0200
committerTom Rini <[email protected]>2023-06-19 16:45:36 -0400
commitbb922ca3eb4b92a27e98fb5d81bf22242e9d4f0e (patch)
tree142c42696ab3dfca5f75046de0c5b32b7728724b /arch
parentdd9484a828d268f175d7c54400574d47b2e4f9ab (diff)
global: Use proper project name U-Boot (next)
Use proper project name in DTs, messages and READMEs. Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/am335x-igep0033.dtsi2
-rw-r--r--arch/arm/dts/armada-3720-db.dts2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/am335x-igep0033.dtsi b/arch/arm/dts/am335x-igep0033.dtsi
index ad57c74fafc..4488dcce012 100644
--- a/arch/arm/dts/am335x-igep0033.dtsi
+++ b/arch/arm/dts/am335x-igep0033.dtsi
@@ -175,7 +175,7 @@
};
partition@1 {
- label = "U-boot";
+ label = "U-Boot";
reg = <0x00080000 0x001e0000>;
};
diff --git a/arch/arm/dts/armada-3720-db.dts b/arch/arm/dts/armada-3720-db.dts
index 3e5789f3720..1ee92406b74 100644
--- a/arch/arm/dts/armada-3720-db.dts
+++ b/arch/arm/dts/armada-3720-db.dts
@@ -180,7 +180,7 @@
reg = <0x0 0x200000>;
};
partition@200000 {
- label = "U-boot Env";
+ label = "U-Boot Env";
reg = <0x200000 0x10000>;
};
partition@210000 {