commit | 8bbd8a35942aee05adca4c8909b133df23b91b3a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:13:36 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:10 2022 -0700 |
tree | 28c21ef0c7f068671b7a3105ec6b5857c0d70822 | |
parent | 9876ae7db6da1cf8e106fcb46a36172fbb5781e5 [diff] |
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>