diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-20 12:28:58 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-20 13:02:01 -0500 |
commit | 69352cc08d0b7b0d8bc0c18dc299bbc2295e66aa (patch) | |
tree | 29e473ab2c3d5f54d4e1a086a354da7db833fa7a /conf/machine/include | |
parent | 95b28c537ebabfe5998b97d6124e6f3ecb4ddb66 (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
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 | ||
129 | DEFAULTTUNE:mx8m-generic-bsp ?= "cortexa53-crypto" | 129 | DEFAULTTUNE:mx8m-generic-bsp ?= "cortexa53-crypto" |
130 | DEFAULTTUNE:mx8qm-generic-bsp ?= "cortexa72-cortexa53-crypto" | 130 | DEFAULTTUNE:mx8qm-generic-bsp ?= "cortexa72-cortexa53-crypto" |
131 | DEFAULTTUNE:mx8qxp-generic-bsp ?= "cortexa35-crypto" | 131 | DEFAULTTUNE:mx8x-generic-bsp ?= "cortexa35-crypto" |
132 | 132 | ||
133 | INHERIT += "machine-overrides-extender" | 133 | INHERIT += "machine-overrides-extender" |
134 | 134 | ||