diff options
| author | Ariel D'Alessandro <[email protected]> | 2022-03-04 09:48:16 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-12 15:36:17 +0200 |
| commit | 0c679062481f84e4bb86917241541da0a56c41e6 (patch) | |
| tree | cac1427fd6d48857a8b89eb1092070044b9eb53d | |
| parent | ff1c7961d81368c4b5aeeb9cc0ec77eeae3bf308 (diff) | |
arm: dts: imx8mn_var_som: Set atf-bl31 blob entry type
Configure binman ATF blob entry type to use the path from the BL31
environment variable, if defined.
Signed-off-by: Ariel D'Alessandro <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; }; |
