From 91d5cf02b9f293bf2baae078b6b06001623369b5 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 3 Sep 2020 13:36:17 -0400 Subject: [PATCH] arm-bsp: SGI575 should use A75 tuning Per https://community.arm.com/developer/tools-software/oss-platforms/w/docs/489/system-guidance-for-infrastructure-sgi The SGI575 is a Cortex-A75. Use that tuning to get better optimization for the platform. Change-Id: I6172820684f2c32eb57be1e86f2ac632fcb7cecd Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/sgi575.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-arm-bsp/conf/machine/sgi575.conf b/meta-arm-bsp/conf/machine/sgi575.conf index f8ad7a09..163c3b3e 100644 --- a/meta-arm-bsp/conf/machine/sgi575.conf +++ b/meta-arm-bsp/conf/machine/sgi575.conf @@ -4,9 +4,7 @@ #@NAME: SGI575 #@DESCRIPTION: Machine configuration for SGI575 -TUNE_FEATURES = "aarch64" - -require conf/machine/include/arm/arch-armv8a.inc +require conf/machine/include/tune-cortexa75.inc EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"