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
  2024-11-25  8:25 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* Re: [PATCH] ARM: dts: skov-imx6: switch barebox' environment from MBR to GPT
  2024-11-19 11:33 [PATCH] ARM: dts: skov-imx6: switch barebox' environment from MBR to GPT Ulrich Ölmann
@ 2024-11-25  8:25 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-11-25  8:25 UTC (permalink / raw)
  To: Barebox List, Ulrich Ölmann


On Tue, 19 Nov 2024 12:33:28 +0100, Ulrich Ölmann wrote:
> 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.
> 
> 
> [...]

Applied, thanks!

[1/1] ARM: dts: skov-imx6: switch barebox' environment from MBR to GPT
      https://git.pengutronix.de/cgit/barebox/commit/?id=12faae2ee53d (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-25  8:37 UTC | newest]

Thread overview: 2+ messages (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
2024-11-25  8:25 ` Sascha Hauer

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