Revert "soc/mediatek/mt8196: Specify MTKLIB_PATH for building BL31"

This reverts commit 2fdfa50437.

Reason for revert: libbl31.a is under refactoring. Stop linking to this
library before finalizing the binary. This patch will be re-landed when
the binary is ready.

BUG=b:412560091

Change-Id: Ie2c315141a51f30027414cfe59552cb50f2b52f6
Signed-off-by: Yidi Lin <yidilin@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87414
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Yidi Lin 2025-04-22 15:57:42 +08:00 committed by Matt DeVillier
commit 7814b8a6be

View file

@ -95,12 +95,6 @@ CPPFLAGS_common += -Isrc/soc/mediatek/common/dp/include
MT8196_BLOB_DIR := 3rdparty/blobs/soc/mediatek/mt8196
BL31_LIB := $(top)/$(MT8196_BLOB_DIR)/libbl31.a
ifneq ($(wildcard $(BL31_LIB)),)
BL31_MAKEARGS += MTKLIB_PATH=$(BL31_LIB)
endif
PI_IMG := $(MT8196_BLOB_DIR)/$(call strip_quotes,$(CONFIG_PI_IMG_FIRMWARE))
.PHONY: check_pi_img