summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-04-14 10:46:23 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-14 14:11:46 -0300
commit3f87a477adbd7de0e2ee0f626652935280fb6ba7 (patch)
tree3ccdcc3faf56f352d305c760d03e157a7ed33acc /conf/machine/include/imx-base.inc
parent73969511275bfc4c83ff73d0737a340a9f12d8c4 (diff)
downloadmeta-freescale-3f87a477adbd7de0e2ee0f626652935280fb6ba7.tar.gz
imx8mq: Add tuning for cortexa53+crypto+crc
Like other i.MX 8M SOCs, the 8M Quad has Cortex-A53 cores and supports ARM Crypto extensions. Enable them by default. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 5e62f2fb476405e77388da0f2963163173e0c090)
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 5ba1da75..ba5a65f3 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -66,6 +66,7 @@ DEFAULTTUNE_mx7 ?= "cortexa7thf-neon"
66DEFAULTTUNE_vf ?= "cortexa5thf-neon" 66DEFAULTTUNE_vf ?= "cortexa5thf-neon"
67DEFAULTTUNE_mx8mm ?= "cortexa53-crypto" 67DEFAULTTUNE_mx8mm ?= "cortexa53-crypto"
68DEFAULTTUNE_mx8mn ?= "cortexa53-crypto" 68DEFAULTTUNE_mx8mn ?= "cortexa53-crypto"
69DEFAULTTUNE_mx8mq ?= "cortexa53-crypto"
69 70
70INHERIT += "machine-overrides-extender" 71INHERIT += "machine-overrides-extender"
71 72