Files
eternalwrt-mt798x/target/linux/mvebu/patches-6.12/324-arm64-dts-marvell-use-u-boot-part-label-for-Globalsc.patch
T
Stefan KalscheuerandHauke Mehrtens 63e9506047 mvebu: use upstream DTS for Globalscale MOCHAbin
Upstream DTS in 6.12 is almost identical to our copy.

Move the partition label change into a patch and drop the full copy.

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/19786
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-09-27 00:39:32 +02:00

25 lines
742 B
Diff

From b889bb6706b031a3ecee1179333ce5b540597ecc Mon Sep 17 00:00:00 2001
From: Stefan Kalscheuer <stefan@stklcode.de>
Date: Fri, 15 Aug 2025 15:04:11 +0200
Subject: [PATCH] arm64: dts: marvell: use "u-boot" part label for Globalscale
MOCHAbin
Update partition label from "firmware" to "u-boot".
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
---
arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts
+++ b/arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts
@@ -168,7 +168,7 @@
#size-cells = <1>;
partition@0 {
- label = "firmware";
+ label = "u-boot";
reg = <0x0 0x3e0000>;
read-only;
};