1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

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 <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2020-09-03 13:36:17 -04:00
parent b2b0a833d2
commit 91d5cf02b9
+1 -3
View File
@@ -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"