From 0c679062481f84e4bb86917241541da0a56c41e6 Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro Date: Fri, 4 Mar 2022 09:48:16 -0300 Subject: [PATCH] arm: dts: imx8mn_var_som: Set atf-bl31 blob entry type Configure binman ATF blob entry type to use the path from the BL31 environment variable, if defined. Signed-off-by: Ariel D'Alessandro --- arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi b/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi index ce47588..6e37622 100644 --- a/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi +++ b/arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi @@ -200,7 +200,7 @@ atf_blob { filename = "bl31.bin"; - type = "blob-ext"; + type = "atf-bl31"; }; }; -- 2.7.4