[PATCH 1/3] binman: Allow to define custom arguments
Jan Kiszka
jan.kiszka at siemens.com
Mon Jun 5 16:39:51 CEST 2023
From: Jan Kiszka <jan.kiszka at siemens.com>
Introduce BINMAN_EXTRA_ARGS that can be set per board, e.g., to inject
specific settings. Will be used by IOT2050 first to define multiple
of-lists.
Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
---
CC: Simon Glass <sjg at chromium.org>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 10bfaa52adf..2285ae26b9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1345,6 +1345,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
-a spl-dtb=$(CONFIG_SPL_OF_REAL) \
-a tpl-dtb=$(CONFIG_TPL_OF_REAL) \
-a pre-load-key-path=${PRE_LOAD_KEY_PATH} \
+ $(BINMAN_EXTRA_ARGS) \
$(BINMAN_$(@F))
OBJCOPYFLAGS_u-boot.ldr.hex := -I binary -O ihex
--
2.35.3
More information about the U-Boot
mailing list