commit | bd4d0dcb2750a0ac17c1fe6e6bb3e8baa0779861 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 01 05:14:00 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | 21bc9acbd29064f55100feda71f68257ca222fb3 | |
parent | 6cf9953bfb9d849b4f617e54570a6fe0e5b824a9 [diff] |
Makefile: Support missing external blobs always At present binman warns about missing external blobs only when the BUILD_ROM is defined. Enable this behaviour always, since many boards are starting to use these (e.g. ARM Trusted Firmware's BL31). Signed-off-by: Simon Glass <sjg@chromium.org>