mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: skov-imx6: switch barebox' environment from MBR to GPT
@ 2024-11-19 11:33 Ulrich Ölmann
  0 siblings, 0 replies; only message in thread
From: Ulrich Ölmann @ 2024-11-19 11:33 UTC (permalink / raw)
  To: Barebox List

When barebox is booted from an SD-card the latter is usually not MBR-partitioned
anymore but instead utilizes a GUID partition table today which assigns names to
partitions. This allows for more flexibility as it is independent of a specific
partition number. Chose the name "barebox-environment" for the partition that
shall be used for storing barebox' environment.

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 arch/arm/dts/imx6qdl-skov-imx6.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/imx6qdl-skov-imx6.dtsi b/arch/arm/dts/imx6qdl-skov-imx6.dtsi
index b8fc1ec0bca2..1840c69be5db 100644
--- a/arch/arm/dts/imx6qdl-skov-imx6.dtsi
+++ b/arch/arm/dts/imx6qdl-skov-imx6.dtsi
@@ -19,7 +19,7 @@ aliases {
 	chosen {
 		environment-sd {
 			compatible = "barebox,environment";
-			device-path = &usdhc3, "partname:2";
+			device-path = &usdhc3, "partname:barebox-environment";
 			status = "disabled";
 		};
 
-- 
2.39.5




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-19 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-19 11:33 [PATCH] ARM: dts: skov-imx6: switch barebox' environment from MBR to GPT Ulrich Ölmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox