All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Wildt <patrick@blueri.se>
To: Fabio Estevam <festevam@denx.de>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>,
	Heiko Schocher <hs@denx.de>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Heiko Thiery <heiko.thiery@gmail.com>,
	Peng Fan <peng.fan@oss.nxp.com>, Tom Rini <trini@konsulko.com>,
	Stefano Babic <sbabic@denx.de>,
	u-boot@lists.denx.de
Subject: [PATCH 2/4] arm64: dts: imx8mq-u-boot.dtsi: explicitly add spl filename
Date: Wed, 12 Jan 2022 22:21:08 +0100	[thread overview]
Message-ID: <Yd9GRNB7vnIVwW7i@ryzen.fritz.box> (raw)
In-Reply-To: <Yd9F+XSqNOQRBr5T@ryzen.fritz.box>

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

Signed-off-by: Patrick Wildt <patrick@blueri.se>
---
 arch/arm/dts/imx8mq-u-boot.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/imx8mq-u-boot.dtsi b/arch/arm/dts/imx8mq-u-boot.dtsi
index d8208ae7b0..566b8b8035 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 {
-- 
2.34.1


  parent reply	other threads:[~2022-01-12 21:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 21:19 [PATCH 0/4] arm64: imx8mq/imx8mm: cleanup binman configuration Patrick Wildt
2022-01-12 21:20 ` [PATCH 1/4] arm64: dts: imx8mq-u-boot.dtsi: alphabetically re-order properties Patrick Wildt
2022-01-12 21:21 ` Patrick Wildt [this message]
2022-01-12 21:21 ` [PATCH 3/4] arm64: dts: imx8mm-u-boot.dtsi: fix typo in ddr blob name Patrick Wildt
2022-01-13 11:42   ` Michael Walle
2022-01-13 13:16     ` Patrick Wildt
2022-01-13 13:29       ` Michael Walle
2022-01-13 13:40         ` Fabio Estevam
2022-01-13 14:18           ` Patrick Wildt
2022-01-12 21:22 ` [PATCH 4/4] arm64: dts: imx8mq-u-boot.dtsi: improve odd blob-ext naming Patrick Wildt
2022-01-13 11:29 ` [PATCH 0/4] arm64: imx8mq/imx8mm: cleanup binman configuration Frieder Schrempf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Yd9GRNB7vnIVwW7i@ryzen.fritz.box \
    --to=patrick@blueri.se \
    --cc=festevam@denx.de \
    --cc=frieder.schrempf@kontron.de \
    --cc=heiko.thiery@gmail.com \
    --cc=hs@denx.de \
    --cc=marcel.ziswiler@toradex.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=sbabic@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.