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>
25 lines
742 B
Diff
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;
|
|
};
|