[PATCH 1/2] ARM: imx6qdl-phytec-pfla02: Remove unused environment nodes
Sascha Hauer
s.hauer at pengutronix.de
Wed Oct 19 03:40:21 PDT 2022
The environment nodes for sd1, sd2 and sd4 reference a
partname:barebox-environment partition, but that isn't defined anywhere.
Remove the unused nodes.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index ada1607688..7d6bd387fa 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -25,29 +25,11 @@
status = "disabled";
};
- environment-sd1 {
- compatible = "barebox,environment";
- device-path = &usdhc1, "partname:barebox-environment";
- status = "disabled";
- };
-
- environment-sd2 {
- compatible = "barebox,environment";
- device-path = &usdhc2, "partname:barebox-environment";
- status = "disabled";
- };
-
environment-sd3 {
compatible = "barebox,environment";
device-path = &usdhc3, "partname:barebox-environment";
status = "disabled";
};
-
- environment-sd4 {
- compatible = "barebox,environment";
- device-path = &usdhc4, "partname:barebox-environment";
- status = "disabled";
- };
};
};
--
2.30.2
More information about the barebox
mailing list