diff options
| author | Marcel Ziswiler <[email protected]> | 2022-04-08 10:06:56 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-12 19:10:44 +0200 |
| commit | 310de88287b2ba1dccf826d6adf3adff592336b2 (patch) | |
| tree | e741cf85ec1342a28277c6b715bccea1f4d7a386 | |
| parent | 34694f1a3e4db38289936fbef11aba8a2286d0cf (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx8mm-u-boot.dtsi | 2 | ||||
| -rw-r--r-- | arch/arm/dts/imx8mp-u-boot.dtsi | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi index 3ea03a96d6d..9f66cdb65a9 100644 --- a/arch/arm/dts/imx8mm-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-u-boot.dtsi @@ -109,7 +109,7 @@ atf-blob { filename = "bl31.bin"; - type = "blob-ext"; + type = "atf-bl31"; }; }; diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi index 120c4c4dbb1..cfc352ae34a 100644 --- a/arch/arm/dts/imx8mp-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-u-boot.dtsi @@ -123,8 +123,9 @@ load = <0x970000>; entry = <0x970000>; - atf_blob: blob-ext { + atf_blob: atf-blob { filename = "bl31.bin"; + type = "atf-bl31"; }; }; |
