From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 5 Sep 2020 14:10:18 -0700 Subject: [PATCH v3 07/12] Makefile: Support missing external blobs always In-Reply-To: <20200901051400.v3.7.I1d0b51c3f9ace7ee3b80300144daeb891cc48895@changeid> References: <20200901051400.v3.7.I1d0b51c3f9ace7ee3b80300144daeb891cc48895@changeid> <20200901111405.358391-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- (no changes since v2) Changes in v2: - Add new patch to support missing external blobs always Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Applied to u-boot-dm/next, thanks!