[PATCH] Makefile: imx: Do not call arch/arm/mach-imx flash.bin generation if BINMAN enabled

Marek Vasut marex at denx.de
Sat Jan 1 19:50:39 CET 2022


Skip running arch/arm/mach-imx flash.bin generation in case BINMAN is
enabled, otherwise the target in arch/arm/mach-imx/Makefile regenerates
the flash.bin again and produces corrupted result.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Peng Fan <peng.fan at oss.nxp.com>
Cc: Simon Glass <sjg at chromium.org>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index ae9bfab91ac..c04caaebc8e 100644
--- a/Makefile
+++ b/Makefile
@@ -1517,7 +1517,6 @@ else
 ifeq ($(CONFIG_BINMAN),y)
 flash.bin: spl/u-boot-spl.bin $(INPUTS-y) FORCE
 	$(call if_changed,binman)
-	$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@
 else
 flash.bin: spl/u-boot-spl.bin u-boot.itb FORCE
 	$(Q)$(MAKE) $(build)=arch/arm/mach-imx $@
-- 
2.34.1



More information about the U-Boot mailing list