diff options
| author | Patrick Wildt <[email protected]> | 2022-01-13 15:21:47 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-02-05 15:49:01 +0100 |
| commit | 553216f6f9d101ea2748aff92379d4ad570824ce (patch) | |
| tree | 3a73d79a459b81378d2070b39b6e9e35b48d69d6 | |
| parent | 440c7d118874c870f805ac4239691e498d5b3617 (diff) | |
arm64: dts: imx8mq-u-boot.dtsi: explicitly add spl filename
Explicitly add SPL aka u-boot-spl.bin filename.
Signed-off-by: Patrick Wildt <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx8mq-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq-u-boot.dtsi b/arch/arm/dts/imx8mq-u-boot.dtsi index d8208ae7b0f..566b8b80354 100644 --- a/arch/arm/dts/imx8mq-u-boot.dtsi +++ b/arch/arm/dts/imx8mq-u-boot.dtsi @@ -19,6 +19,7 @@ u-boot-spl { align-end = <4>; + filename = "u-boot-spl.bin"; }; blob_1: blob-ext@1 { |
