summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-10-19 12:31:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-19 12:32:12 +0200
commitba407579fa3cc9466ea3277832be4720ecb2db2a (patch)
treee84f3b0581349b453173b11ce570eb1c3d297830
parent044294bdbee9e7ef8ffc5c3a9ef7841a09a84ff7 (diff)
downloadbarebox-ba407579fa3cc9466ea3277832be4720ecb2db2a.tar.gz
barebox-ba407579fa3cc9466ea3277832be4720ecb2db2a.tar.xz
ARM: imx6qdl-phytec-pfla02: Remove unused environment nodes
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@pengutronix.de>
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi18
1 files changed, 0 insertions, 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";
- };
};
};