summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-h100.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx6q-h100.dts')
-rw-r--r--arch/arm/dts/imx6q-h100.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/imx6q-h100.dts b/arch/arm/dts/imx6q-h100.dts
index bfee186f28..7fda9f1222 100644
--- a/arch/arm/dts/imx6q-h100.dts
+++ b/arch/arm/dts/imx6q-h100.dts
@@ -39,13 +39,13 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <arm/imx6q-h100.dts>
+#include <arm/nxp/imx/imx6q-h100.dts>
/ {
chosen {
environment {
compatible = "barebox,environment";
- device-path = &usdhc2, "partname:barebox-environment";
+ device-path = &env_sd2;
};
};
};
@@ -63,7 +63,7 @@
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+ env_sd2: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};