diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts index 36be662..c03982e 100644 --- a/arch/arm/dts/socfpga_arria10_achilles.dts +++ b/arch/arm/dts/socfpga_arria10_achilles.dts @@ -30,8 +30,7 @@ environment { compatible = "barebox,environment"; - device-path = &mmc, "partname:1"; - file-path = "barebox.env"; + device-path = &environment_mmc; }; }; @@ -116,6 +115,11 @@ broken-cd; bus-width = <1>; status = "okay"; + + environment_mmc: partition@178000 { + label = "environment"; + reg = <0x178000 0x8000>; + }; }; &uart0 {