]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Support missing external blobs always
authorSimon Glass <sjg@chromium.org>
Tue, 1 Sep 2020 11:14:00 +0000 (05:14 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:50:43 +0000 (12:50 -0600)
commit00d84351b9e440c2b0a551df2c19d83da6d3ab2c
tree21bc9acbd29064f55100feda71f68257ca222fb3
parentd06f8190ccc64392d4421156bb2da16ac0658860
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>
Makefile