From ad8ded94b91c76b27102487ebb5ef4224c46249c Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 15 Oct 2020 10:45:31 -0400 Subject: [PATCH] arm-bsp: sgi575: update tune location cortex-a75 location was upstreamed to a different location that specified in this file. Modify it so that the references the correct location. Change-Id: Ia2082e8368444b2355e6be6635f299a6383a7284 Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/sgi575.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/sgi575.conf b/meta-arm-bsp/conf/machine/sgi575.conf index 163c3b3e..1b6498c9 100644 --- a/meta-arm-bsp/conf/machine/sgi575.conf +++ b/meta-arm-bsp/conf/machine/sgi575.conf @@ -4,7 +4,7 @@ #@NAME: SGI575 #@DESCRIPTION: Machine configuration for SGI575 -require conf/machine/include/tune-cortexa75.inc +require conf/machine/include/arm/armv8-2a/tune-cortexa75.inc EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"