summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8qmmek.conf
diff options
context:
space:
mode:
authorJoshua Watt <Joshua.Watt@garmin.com>2020-02-27 13:51:12 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-16 11:57:17 -0300
commit9d6833f8a2e743c9907e20c8e0a0d46be9f65fd3 (patch)
tree158d143a36097a0d29c7fb5d9b2da679d715772c /conf/machine/imx8qmmek.conf
parent3f87a477adbd7de0e2ee0f626652935280fb6ba7 (diff)
downloadmeta-freescale-9d6833f8a2e743c9907e20c8e0a0d46be9f65fd3.tar.gz
mx8qm: Use cortexa72-cortexa53 tune by default
Use the cortexa72-cortexa53-crypto tune for IMX.8 QuadMax devices instead of the more generic aarch64. Update the QuadMax MEK machine to require the file that provides this tune. Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com> (cherry picked from commit 54115b38b777f09d60847f7ba0ac7796230b3d89)
Diffstat (limited to 'conf/machine/imx8qmmek.conf')
-rw-r--r--conf/machine/imx8qmmek.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx8qmmek.conf b/conf/machine/imx8qmmek.conf
index a3326af1..01d92009 100644
--- a/conf/machine/imx8qmmek.conf
+++ b/conf/machine/imx8qmmek.conf
@@ -6,7 +6,7 @@
6MACHINEOVERRIDES =. "mx8:mx8qm:" 6MACHINEOVERRIDES =. "mx8:mx8qm:"
7 7
8require conf/machine/include/imx-base.inc 8require conf/machine/include/imx-base.inc
9require conf/machine/include/arm/arch-arm64.inc 9require conf/machine/include/tune-cortexa72-cortexa53.inc
10 10
11MACHINE_FEATURES_append = " qca6174" 11MACHINE_FEATURES_append = " qca6174"
12 12