
25 Sep
2019
25 Sep
'19
4:11 p.m.
Pass in the toolpath in case binman needs to use tools compiled in the U-Boot tools/ directory.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index 0178cdffddb..c5caec8267e 100644 --- a/Makefile +++ b/Makefile @@ -1213,6 +1213,7 @@ u-boot.ldr: u-boot # Use 'make BINMAN_DEBUG=1' to enable debugging quiet_cmd_binman = BINMAN $@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \ + --toolpath $(objtree)/tools \ build -u -d u-boot.dtb -O . -m \ -I . -I $(srctree) -I $(srctree)/board/$(BOARDDIR) \ $(BINMAN_$(@F))
--
2.23.0.444.g18eeb5a265-goog