diff options
author | Christian Kohn <chris.kohn@amd.com> | 2024-11-27 11:49:05 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:06 -0600 |
commit | 5423d285c4c9ad8f78776a226f9927b4168d146d (patch) | |
tree | 04a9285a94b6116368539ce4b7ba28d62f66b632 | |
parent | cc9be9c44c8b560ed61897ad5d7dc52225558770 (diff) | |
download | meta-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.conf | 2 |
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 @@ | |||
6 | MACHINEOVERRIDES =. "${@['', 'versal-common:']['versal-common' != '${MACHINE}']}" | 6 | MACHINEOVERRIDES =. "${@['', 'versal-common:']['versal-common' != '${MACHINE}']}" |
7 | #### Regular settings follow | 7 | #### Regular settings follow |
8 | 8 | ||
9 | DEFAULTTUNE = "cortexa72" | 9 | DEFAULTTUNE = "cortexa72-cortexa53" |
10 | 10 | ||
11 | require conf/machine/versal-generic.conf | 11 | require conf/machine/versal-generic.conf |
12 | 12 | ||