From 992b1528abed1f9d1e7e3158a06ee1dddca5631f Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 2 Aug 2020 12:40:41 +0200 Subject: ARM: socfpga: achilles: remove unused barebox,bootstate node We use barebox,state as compatible for the state node. The barebox,bootstate node serves no purpose with current code base and is just confusing. Drop it. Reported-by: Xogium Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/dts/socfpga_arria10_achilles.dts | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'arch/arm/dts') diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts index 2fce0114c8..6071dbfb49 100644 --- a/arch/arm/dts/socfpga_arria10_achilles.dts +++ b/arch/arm/dts/socfpga_arria10_achilles.dts @@ -106,24 +106,6 @@ }; }; }; - - bootstate: bootstate { - compatible = "barebox,bootstate"; - backend-type = "state"; // or "nv", or "efivar" - backend = <&state>; - - system0 { - default_attempts = <3>; - }; - - system1 { - default_attempts = <3>; - }; - - factory { - default_attempts = <3>; - }; - }; }; &{/soc/clkmgr@ffd04000/clocks/osc1} { -- cgit v1.2.3