arm64: dts: imx8mm-u-boot.dtsi: imx8mp-u-boot.dtsi: use atf-bl31 type

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>
This commit is contained in:
Marcel Ziswiler 2022-04-08 10:06:56 +02:00 committed by Stefano Babic
parent 34694f1a3e
commit 310de88287
2 changed files with 3 additions and 2 deletions

View file

@ -109,7 +109,7 @@
atf-blob {
filename = "bl31.bin";
type = "blob-ext";
type = "atf-bl31";
};
};

View file

@ -123,8 +123,9 @@
load = <0x970000>;
entry = <0x970000>;
atf_blob: blob-ext {
atf_blob: atf-blob {
filename = "bl31.bin";
type = "atf-bl31";
};
};