From f2b9a1b18ebfa7d3da854484956ceef4ecc0d338 Mon Sep 17 00:00:00 2001 From: hanwckf Date: Wed, 30 Aug 2023 10:31:32 +0800 Subject: [PATCH] atf: only build fip by default --- atf-20220606-637ba581b/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atf-20220606-637ba581b/makefile b/atf-20220606-637ba581b/makefile index 5ee9fd0d3..c55e4f3d6 100644 --- a/atf-20220606-637ba581b/makefile +++ b/atf-20220606-637ba581b/makefile @@ -106,7 +106,7 @@ ifeq ($(CONFIG_AARCH32),y) MAKE_ARGS += ARCH=aarch32 endif ifeq ($(CONFIG_NEED_FIP),y) -TARGET_ARGS += all fip +TARGET_ARGS += fip else ifeq ($(CONFIG_TARGET_BL2),y) TARGET_ARGS += bl2