public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: sbabic@denx.de
Cc: m.othacehe@gmail.com, peng.fan@nxp.com, u-boot@lists.denx.de,
	Fabio Estevam <festevam@denx.de>
Subject: [PATCH 2/3] imx9: Select BINMAN at SoC level
Date: Mon,  8 Jan 2024 18:11:39 -0300	[thread overview]
Message-ID: <20240108211140.3270595-2-festevam@gmail.com> (raw)
In-Reply-To: <20240108211140.3270595-1-festevam@gmail.com>

From: Fabio Estevam <festevam@denx.de>

All i.MX93 targets rely on using binman to generate the U-Boot
binary.

Select it at the SoC level instead of per board.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/mach-imx/imx9/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig
index 76c4129d79e0..961d6f527ab6 100644
--- a/arch/arm/mach-imx/imx9/Kconfig
+++ b/arch/arm/mach-imx/imx9/Kconfig
@@ -12,6 +12,7 @@ config IMX9_LOW_DRIVE_MODE
 
 config IMX9
 	bool
+	select BINMAN
 	select HAS_CAAM
 	select ROM_UNIFIED_SECTIONS
 
@@ -29,12 +30,10 @@ choice
 
 config TARGET_IMX93_11X11_EVK
 	bool "imx93_11x11_evk"
-	select BINMAN
 	select IMX93
 
 config TARGET_IMX93_VAR_SOM
 	bool "imx93_var_som"
-	select BINMAN
 	select IMX93
 	select IMX9_LPDDR4X
 
-- 
2.34.1


  reply	other threads:[~2024-01-08 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-08 21:11 [PATCH 1/3] doc: imx93_var_som: Adjust the underline length Fabio Estevam
2024-01-08 21:11 ` Fabio Estevam [this message]
2024-01-09  6:04   ` [PATCH 2/3] imx9: Select BINMAN at SoC level Peng Fan
2024-01-08 21:11 ` [PATCH 3/3] imx8m: " Fabio Estevam
2024-01-09  6:04   ` Peng Fan
2024-01-09  6:03 ` [PATCH 1/3] doc: imx93_var_som: Adjust the underline length Peng Fan
2024-01-12 20:59 ` Fabio Estevam

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=20240108211140.3270595-2-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=festevam@denx.de \
    --cc=m.othacehe@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox