diff mbox series

[v1] arm: dts: imx8mn_var_som: Set atf-bl31 blob entry type

Message ID 20220304124816.73138-1-ariel.dalessandro@collabora.com
State Accepted
Commit 0c679062481f84e4bb86917241541da0a56c41e6
Delegated to: Stefano Babic
Headers show
Series [v1] arm: dts: imx8mn_var_som: Set atf-bl31 blob entry type | expand

Commit Message

Ariel D'Alessandro March 4, 2022, 12:48 p.m. UTC
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@collabora.com>
---
 arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic April 12, 2022, 6:45 p.m. UTC | #1
> 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@collabora.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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";
 					};
 				};