]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Makefile: Fake external blobs by default with binman
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:36 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:10 +0000 (12:36 -0700)
commit8bbd8a35942aee05adca4c8909b133df23b91b3a
tree28c21ef0c7f068671b7a3105ec6b5857c0d70822
parent9876ae7db6da1cf8e106fcb46a36172fbb5781e5
Makefile: Fake external blobs by default with binman

This behaviour is necessary with boards where the binman description
requires processing external blobs, since these may be missing.

Enable it by default, so that CI is happy. Warnings indicate that a valid
image is not produced, as with the --allow-missing option.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile