atf: fix mt7986 build

This commit is contained in:
hanwckf
2023-08-30 16:18:06 +08:00
parent f2b9a1b18e
commit 75df87ca34
2 changed files with 2 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ ifeq ($(CONFIG_AARCH32),y)
MAKE_ARGS += ARCH=aarch32
endif
ifeq ($(CONFIG_NEED_FIP),y)
TARGET_ARGS += fip
TARGET_ARGS += bl31 fip
else
ifeq ($(CONFIG_TARGET_BL2),y)
TARGET_ARGS += bl2

View File

@@ -9,6 +9,7 @@ MTK_PLAT_SOC := ${MTK_PLAT}/${PLAT}
include lib/libfdt/libfdt.mk
include lib/xz/xz.mk
include make_helpers/dep.mk
PLAT_INCLUDES := -I${MTK_PLAT}/common/ \
-I${MTK_PLAT}/common/drivers/uart \