From 7814b8a6bec6e7777033bfd9785b9012b52a73f6 Mon Sep 17 00:00:00 2001 From: Yidi Lin Date: Tue, 22 Apr 2025 15:57:42 +0800 Subject: [PATCH] Revert "soc/mediatek/mt8196: Specify MTKLIB_PATH for building BL31" This reverts commit 2fdfa504377f0032c6d1c99fb9febcf824a413d3. 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/87414 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/mediatek/mt8196/Makefile.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/soc/mediatek/mt8196/Makefile.mk b/src/soc/mediatek/mt8196/Makefile.mk index 4a2fdcc970..a1ee6fb304 100644 --- a/src/soc/mediatek/mt8196/Makefile.mk +++ b/src/soc/mediatek/mt8196/Makefile.mk @@ -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