summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kohn <chris.kohn@amd.com>2024-11-27 11:49:05 -0800
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:06 -0600
commit5423d285c4c9ad8f78776a226f9927b4168d146d (patch)
tree04a9285a94b6116368539ce4b7ba28d62f66b632
parentcc9be9c44c8b560ed61897ad5d7dc52225558770 (diff)
downloadmeta-xilinx-5423d285c4c9ad8f78776a226f9927b4168d146d.tar.gz
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 <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/versal-common.conf2
1 files changed, 1 insertions, 1 deletions
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 @@
6MACHINEOVERRIDES =. "${@['', 'versal-common:']['versal-common' != '${MACHINE}']}" 6MACHINEOVERRIDES =. "${@['', 'versal-common:']['versal-common' != '${MACHINE}']}"
7#### Regular settings follow 7#### Regular settings follow
8 8
9DEFAULTTUNE = "cortexa72" 9DEFAULTTUNE = "cortexa72-cortexa53"
10 10
11require conf/machine/versal-generic.conf 11require conf/machine/versal-generic.conf
12 12