arm64: dts: imx8mm-u-boot.dtsi: imx8mp-u-boot.dtsi: use atf-bl31 type
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 8 Apr 2022 08:06:56 +0000 (10:06 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 17:10:44 +0000 (19:10 +0200)
Explicitly use the atf-bl31 type for the bl31.bin atf-blob. This uses
the path from the BL31 environment variable, if defined.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
arch/arm/dts/imx8mm-u-boot.dtsi
arch/arm/dts/imx8mp-u-boot.dtsi

index 3ea03a9..9f66cdb 100644 (file)
 
                                        atf-blob {
                                                filename = "bl31.bin";
-                                               type = "blob-ext";
+                                               type = "atf-bl31";
                                        };
                                };
 
index 120c4c4..cfc352a 100644 (file)
                                        load = <0x970000>;
                                        entry = <0x970000>;
 
-                                       atf_blob: blob-ext {
+                                       atf_blob: atf-blob {
                                                filename = "bl31.bin";
+                                               type = "atf-bl31";
                                        };
                                };