mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(mediatek): remove bl32 flag for mtk_bl
Currently MediaTek platform code does not support the bl32 image. Remove bl32 support from Makefile to prevent the build failure when NEED_BL32 build flag is enabled. Change-Id: Id8d5663ea5c537390f8ff3ccb427a3a63266545e Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
This commit is contained in:
parent
f15f360cfc
commit
9c41cc182d
1 changed files with 1 additions and 5 deletions
|
@ -103,12 +103,8 @@ MTK_PROJECT_CFG := $(MTK_PLAT)/project/$(PLAT)/project_config.mk
|
|||
MTK_OPTIONS := $(MTK_PLAT)/build_helpers/options.mk
|
||||
MTK_COND_EVAL := $(MTK_PLAT)/build_helpers/conditional_eval_options.mk
|
||||
|
||||
# Indicate which BL should be built in command line
|
||||
ifeq (${NEED_BL32},yes)
|
||||
MTK_BL := bl32
|
||||
else
|
||||
MTK_BL := bl31
|
||||
endif
|
||||
|
||||
# Include common, platform, board level config
|
||||
include $(MTK_COMMON_CFG)
|
||||
include $(MTK_PLAT_CFG)
|
||||
|
|
Loading…
Add table
Reference in a new issue