arm: dts: imx8mn_var_som: Set atf-bl31 blob entry type
authorAriel D'Alessandro <ariel.dalessandro@collabora.com>
Fri, 4 Mar 2022 12:48:16 +0000 (09:48 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 13:36:17 +0000 (15:36 +0200)
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

index ce47588..6e37622 100644 (file)
 
                                        atf_blob {
                                                filename = "bl31.bin";
-                                               type = "blob-ext";
+                                               type = "atf-bl31";
                                        };
                                };