public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Frieder Schrempf <frieder@fris.de>
To: u-boot@lists.denx.de
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Simon Glass <sjg@chromium.org>
Subject: [PATCH 1/6] Makefile: Make flash.bin target available for all platforms
Date: Tue, 23 Aug 2022 16:29:10 +0200	[thread overview]
Message-ID: <20220823142917.306176-2-frieder@fris.de> (raw)
In-Reply-To: <20220823142917.306176-1-frieder@fris.de>

From: Frieder Schrempf <frieder.schrempf@kontron.de>

There is no reason for restricting the use of the flash.bin target
to the i.MX8 platform. Others can benefit from this as well.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ff25f929748..cb8ccdea783 100644
--- a/Makefile
+++ b/Makefile
@@ -1546,7 +1546,7 @@ tpl/u-boot-with-tpl.bin: tpl/u-boot-tpl.bin u-boot.bin FORCE
 SPL: spl/u-boot-spl.bin FORCE
 	$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@
 
-ifeq ($(CONFIG_ARCH_IMX8M)$(CONFIG_ARCH_IMX8), y)
+#ifeq ($(CONFIG_ARCH_IMX8M)$(CONFIG_ARCH_IMX8), y)
 ifeq ($(CONFIG_SPL_LOAD_IMX_CONTAINER), y)
 u-boot.cnt: u-boot.bin FORCE
 	$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@
@@ -1562,7 +1562,7 @@ flash.bin: spl/u-boot-spl.bin u-boot.itb FORCE
 	$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@
 endif
 endif
-endif
+#endif
 
 u-boot.uim: u-boot.bin FORCE
 	$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@
-- 
2.37.2


  reply	other threads:[~2022-08-23 14:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-23 14:29 [PATCH 0/6] imx: imx6ul: kontron-sl-mx6ul: Fixes and improvements Frieder Schrempf
2022-08-23 14:29 ` Frieder Schrempf [this message]
2022-10-21 11:42   ` [PATCH 1/6] Makefile: Make flash.bin target available for all platforms sbabic
2022-08-23 14:29 ` [PATCH 2/6] imx: imx6ul: kontron-sl-mx6ul: Enable migrated Kconfig options Frieder Schrempf
2022-10-21 11:41   ` sbabic
2022-08-23 14:29 ` [PATCH 3/6] imx: imx6ul: kontron-sl-mx6ul: Fix CONFIG_ENV_SPI_BUS Frieder Schrempf
2022-10-21 11:40   ` sbabic
2022-08-23 14:29 ` [PATCH 4/6] imx: imx6ul: kontron-sl-mx6ul: Select correct boot and env device Frieder Schrempf
2022-10-21 11:41   ` sbabic
2022-08-23 14:29 ` [PATCH 5/6] imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT Frieder Schrempf
2022-10-21 11:40   ` sbabic
2022-08-23 14:29 ` [PATCH 6/6] imx: imx6ul: kontron-sl-mx6ul: Sync devicetrees Frieder Schrempf
2022-10-21 11:42   ` sbabic
2022-10-24  7:39 ` [PATCH 0/6] imx: imx6ul: kontron-sl-mx6ul: Fixes and improvements Frieder Schrempf
2022-10-24  7:41   ` Frieder Schrempf
2022-10-24  8:16     ` Stefano Babic
2022-10-24  8:21       ` 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=20220823142917.306176-2-frieder@fris.de \
    --to=frieder@fris.de \
    --cc=frieder.schrempf@kontron.de \
    --cc=marcel.ziswiler@toradex.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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