summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kohn <chris.kohn@amd.com>2025-03-10 22:49:55 -0600
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commit738da1c2803ac5c36438fc22a57de520df166dd5 (patch)
tree17160dd35ecd75d17f4d24b05487768ed0e33092
parent819b2bea1592c7dfa7295fc9211b3dd003d989e7 (diff)
downloadmeta-xilinx-738da1c2803ac5c36438fc22a57de520df166dd5.tar.gz
meta-xilinx-core: common machines: Update DEFAULTTUNE
Update DEFAULTTUNE for all aarch64 based common machines to cortexa72-cortexa53 to align with Marketing requirements. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/versal-net-common.conf2
-rw-r--r--meta-xilinx-core/conf/machine/zynqmp-common.conf2
-rw-r--r--meta-xilinx-core/conf/machine/zynqmp-mali-common.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/machine/versal-net-common.conf b/meta-xilinx-core/conf/machine/versal-net-common.conf
index 643ecf8b..db17cdc0 100644
--- a/meta-xilinx-core/conf/machine/versal-net-common.conf
+++ b/meta-xilinx-core/conf/machine/versal-net-common.conf
@@ -6,7 +6,7 @@
6MACHINEOVERRIDES =. "${@['', 'versal-net-common:']['versal-net-common' != '${MACHINE}']}" 6MACHINEOVERRIDES =. "${@['', 'versal-net-common:']['versal-net-common' != '${MACHINE}']}"
7#### Regular settings follow 7#### Regular settings follow
8 8
9DEFAULTTUNE = "cortexa78" 9DEFAULTTUNE = "cortexa72-cortexa53"
10 10
11require conf/machine/versal-net-generic.conf 11require conf/machine/versal-net-generic.conf
12 12
diff --git a/meta-xilinx-core/conf/machine/zynqmp-common.conf b/meta-xilinx-core/conf/machine/zynqmp-common.conf
index 78a0deac..a8d3e785 100644
--- a/meta-xilinx-core/conf/machine/zynqmp-common.conf
+++ b/meta-xilinx-core/conf/machine/zynqmp-common.conf
@@ -6,7 +6,7 @@
6MACHINEOVERRIDES =. "${@['', 'zynqmp-common:']['zynqmp-common' != '${MACHINE}']}" 6MACHINEOVERRIDES =. "${@['', 'zynqmp-common:']['zynqmp-common' != '${MACHINE}']}"
7#### Regular settings follow 7#### Regular settings follow
8 8
9DEFAULTTUNE = "cortexa53" 9DEFAULTTUNE = "cortexa72-cortexa53"
10 10
11require conf/machine/zynqmp-generic.conf 11require conf/machine/zynqmp-generic.conf
12 12
diff --git a/meta-xilinx-core/conf/machine/zynqmp-mali-common.conf b/meta-xilinx-core/conf/machine/zynqmp-mali-common.conf
index 330a6009..9fcfdcea 100644
--- a/meta-xilinx-core/conf/machine/zynqmp-mali-common.conf
+++ b/meta-xilinx-core/conf/machine/zynqmp-mali-common.conf
@@ -6,7 +6,7 @@
6MACHINEOVERRIDES =. "${@['', 'zynqmp-mali-common:']['zynqmp-mali-common' != '${MACHINE}']}" 6MACHINEOVERRIDES =. "${@['', 'zynqmp-mali-common:']['zynqmp-mali-common' != '${MACHINE}']}"
7#### Regular settings follow 7#### Regular settings follow
8 8
9DEFAULTTUNE = "cortexa53" 9DEFAULTTUNE = "cortexa72-cortexa53"
10 10
11require conf/machine/zynqmp-generic.conf 11require conf/machine/zynqmp-generic.conf
12 12