From 2b8466c26a911bed1ac5aa25c463f67b3bdbf1eb Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Tue, 31 Jul 2018 12:44:42 +0200 Subject: ARM: socfpga: achilles: move environment to raw partition Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- arch/arm/dts/socfpga_arria10_achilles.dts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts index 36be662990..c03982ef56 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 { -- cgit v1.2.3