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:
parent
14b66cb01b
commit
7814b8a6be
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue