diff mbox series

[v3,6/7] arm64: dts: imx8mm-u-boot.dtsi: explicitly add spl filename

Message ID 20211022231516.1379919-7-marcel@ziswiler.com
State Accepted
Commit 86b7f2069c5ab441be4b8eb09089bfd668003b39
Delegated to: Tom Rini
Headers show
Series arm64: dts: imx8mm: use common binman configuration and further clean-up | expand

Commit Message

Marcel Ziswiler Oct. 22, 2021, 11:15 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Explicitly add SPL aka u-boot-spl.bin filename.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>

---

(no changes since v2)

Changes in v2:
- Rather than doing that clean-up to the separate binman dtsi now do it
  to the common u-boot dtsi one.

 arch/arm/dts/imx8mm-u-boot.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Jan. 8, 2022, 2:09 a.m. UTC | #1
On Sat, Oct 23, 2021 at 01:15:15AM +0200, Marcel Ziswiler wrote:

> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Explicitly add SPL aka u-boot-spl.bin filename.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi
index 770282d2b98..8feb0f2592a 100644
--- a/arch/arm/dts/imx8mm-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-u-boot.dtsi
@@ -36,6 +36,7 @@ 
 
 		u-boot-spl {
 			align-end = <4>;
+			filename = "u-boot-spl.bin";
 		};
 
 		blob_1: blob-ext@1 {