
26 Aug
2019
26 Aug
'19
5:59 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 ---
Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index df4a54e204..4413605175 100644 --- a/Makefile +++ b/Makefile @@ -1190,6 +1190,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.187.g17f5b7556c-goog