From 9f1eec7584121282609dcf904c5bff58e0025654 Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Mon, 17 Dec 2018 11:14:55 +0100 Subject: Factor out ta-targets from platform config Platforms use the same basic pattern again and again: ta-targets = ta_arm32 ifeq ($(CFG_ARM64_core),y) ta-targets += ta_arm64 endif Let's move this pattern to core/arch/arm/arm.mk, make it the default, and cleanup the platform configuration files. Suggested-by: Jens Wiklander Signed-off-by: Jerome Forissier Reviewed-by: Jens Wiklander Reviewed-by: Etienne Carriere --- core/arch/arm/plat-mediatek/conf.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/arch/arm/plat-mediatek') diff --git a/core/arch/arm/plat-mediatek/conf.mk b/core/arch/arm/plat-mediatek/conf.mk index 3bae090b..2cd2acde 100644 --- a/core/arch/arm/plat-mediatek/conf.mk +++ b/core/arch/arm/plat-mediatek/conf.mk @@ -14,11 +14,8 @@ $(call force,CFG_PM_STUBS,y) $(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y) $(call force,CFG_WITH_ARM_TRUSTED_FW,y) -ta-targets = ta_arm32 - ifeq ($(CFG_ARM64_core),y) $(call force,CFG_WITH_LPAE,y) -ta-targets += ta_arm64 else $(call force,CFG_ARM32_core,y) endif -- cgit v1.2.3