From 63f98dc2e809123b4ee1a619cc9526e5be8e9642 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 10 Nov 2023 16:59:03 +0000 Subject: [PATCH] arm-bsp/fvp-base: upgrade tune to v8.4 We already tell the FVP to be v8.4 cores, so tell the compiler to tune for that instruction set too. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-base.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf index 43f2a8d7..39ef38be 100644 --- a/meta-arm-bsp/conf/machine/fvp-base.conf +++ b/meta-arm-bsp/conf/machine/fvp-base.conf @@ -4,9 +4,7 @@ #@NAME: Armv8-A Base Platform FVP machine #@DESCRIPTION: Machine configuration for Armv8-A Base Platform FVP model -require conf/machine/include/arm/arch-armv8a.inc - -TUNE_FEATURES = "aarch64" +require conf/machine/include/arm/arch-armv8-4a.inc ARM_SYSTEMREADY_FIRMWARE = "trusted-firmware-a:do_deploy" ARM_SYSTEMREADY_ACS_CONSOLE = "default"