[PATCH] ARM: dts: skov-imx6: switch barebox' environment from MBR to GPT
Ulrich Ölmann
u.oelmann at pengutronix.de
Tue Nov 19 03:33:28 PST 2024
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 at 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
More information about the barebox
mailing list