summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-03-20 12:28:58 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-03-20 13:02:01 -0500
commit69352cc08d0b7b0d8bc0c18dc299bbc2295e66aa (patch)
tree29e473ab2c3d5f54d4e1a086a354da7db833fa7a /conf/machine/include/imx-base.inc
parent95b28c537ebabfe5998b97d6124e6f3ecb4ddb66 (diff)
downloadmeta-freescale-69352cc08d0b7b0d8bc0c18dc299bbc2295e66aa.tar.gz
imx-base.inc: Enable Crypto for all 8X
Align with 8M family. Enabling Crypto enables FP and SIMD as well. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 6d83619b..c3c1604f 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -128,7 +128,7 @@ DEFAULTTUNE:vf-generic-bsp ?= "cortexa5thf-neon"
128 128
129DEFAULTTUNE:mx8m-generic-bsp ?= "cortexa53-crypto" 129DEFAULTTUNE:mx8m-generic-bsp ?= "cortexa53-crypto"
130DEFAULTTUNE:mx8qm-generic-bsp ?= "cortexa72-cortexa53-crypto" 130DEFAULTTUNE:mx8qm-generic-bsp ?= "cortexa72-cortexa53-crypto"
131DEFAULTTUNE:mx8qxp-generic-bsp ?= "cortexa35-crypto" 131DEFAULTTUNE:mx8x-generic-bsp ?= "cortexa35-crypto"
132 132
133INHERIT += "machine-overrides-extender" 133INHERIT += "machine-overrides-extender"
134 134