]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1
authorSimon Glass <sjg@chromium.org>
Wed, 6 Nov 2024 15:35:43 +0000 (08:35 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 14:18:31 +0000 (08:18 -0600)
commitbbc3d12516ec759379d71819ff49b8574f233aec
treea70bfbac7d98d6d1f79f0400b249f7baf8af207f
parent3147f00f7a9801a5ecf1a7fbb8619da2909f8f76
Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1

This flag was lost by a previous change and has never been restored.
Without it, binman cannot fully handle missing blobs which are
themselves inputs to mkimage.

Discussion on this at [1] indicated that this was necessary but the
patch was not updated.

Restore the flag so that all missing blobs are reported.

Link: https://patchwork.ozlabs.org/project/uboot/patch/20221206020336.315465-1-trini@konsulko.com/
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 93685d0dcb9 ("Makefile: With BINMAN_ALLOW_MISSING=1 don't error")
Makefile