From: Samuel Holland Date: Mon, 8 Feb 2021 06:03:16 +0000 (-0600) Subject: sunxi: binman: Respect the default FIT configuration X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=ed4bc13f3d3e1450a9c0bb31cbd4df658685b516;p=u-boot.git sunxi: binman: Respect the default FIT configuration binman can fill in the default FIT configuration index as selected by the "default-dt" argument, which is set to CONFIG_DEFAULT_DEVICE_TREE. Let's respect the user's configuration by taking advantage of this feature, instead of always defaulting to the first device tree in CONFIG_OF_LIST. Signed-off-by: Samuel Holland Reviewed-by: Simon Glass Signed-off-by: Andre Przywara --- diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi index cd096bf2a0..f822588898 100644 --- a/arch/arm/dts/sunxi-u-boot.dtsi +++ b/arch/arm/dts/sunxi-u-boot.dtsi @@ -86,7 +86,7 @@ }; configurations { - default = "config-1"; + default = "@config-DEFAULT-SEQ"; @config-SEQ { description = "NAME";