]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
avb: Don't build in SPL
authorSimon Glass <sjg@chromium.org>
Sat, 30 Apr 2022 06:56:49 +0000 (00:56 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 May 2022 13:58:13 +0000 (09:58 -0400)
This feature is not used in SPL at present. Update the Makefile to avoid
it being built.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Makefile

index cc2ba30c631f65f8a7fff4eb9fd0871b1cbf5522..75c24e32492766d933b784d17ed7c974359215c4 100644 (file)
@@ -112,7 +112,7 @@ obj-y += s_record.o
 obj-$(CONFIG_CMD_LOADB) += xyzModem.o
 obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o
 
-obj-$(CONFIG_AVB_VERIFY) += avb_verify.o
+obj-$(CONFIG_$(SPL_TPL_)AVB_VERIFY) += avb_verify.o
 obj-$(CONFIG_$(SPL_TPL_)STACKPROTECTOR) += stackprot.o
 obj-$(CONFIG_SCP03) += scp03.o