From 5423d285c4c9ad8f78776a226f9927b4168d146d Mon Sep 17 00:00:00 2001 From: Christian Kohn Date: Wed, 27 Nov 2024 11:49:05 -0800 Subject: versal-common: Change default tune to cortexa72-cortexa53 It was decided to keep the default tune aligned accross all aarch64 based machines. Therefore, change the default tune to cortexa72-cortexa53. Signed-off-by: Christian Kohn Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/versal-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-core/conf/machine/versal-common.conf b/meta-xilinx-core/conf/machine/versal-common.conf index 62de635a..97d7c9e8 100644 --- a/meta-xilinx-core/conf/machine/versal-common.conf +++ b/meta-xilinx-core/conf/machine/versal-common.conf @@ -6,7 +6,7 @@ MACHINEOVERRIDES =. "${@['', 'versal-common:']['versal-common' != '${MACHINE}']}" #### Regular settings follow -DEFAULTTUNE = "cortexa72" +DEFAULTTUNE = "cortexa72-cortexa53" require conf/machine/versal-generic.conf -- cgit v1.2.3-54-g00ecf