[PATCH v1] arm: dts: imx8mn_var_som: Set atf-bl31 blob entry type
Ariel D'Alessandro
ariel.dalessandro at collabora.com
Fri Mar 4 13:48:16 CET 2022
Configure binman ATF blob entry type to use the path from the BL31
environment variable, if defined.
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro at collabora.com>
---
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 ce475885df6..6e37622cca7 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.34.1
More information about the U-Boot
mailing list