summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-03-02 13:59:37 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-02 15:33:56 +0100
commit480f679b2ca2d2a3884a6e51f62731250c998592 (patch)
tree40581a4718d39b3c4ef355f06bcbc111fc084ada /conf/machine/apalis-imx8.conf
parent01e86e907bc38c3ae5f56bab1f4dcf5bfaec86b3 (diff)
machines: i.mx 8/8X/8MM: keep tune pinned to aarch64
meta-freescale started to set specialised tunes for the i.MX8 based machines. Override that in our machine specific files so that the user space packages all have the same ARCH 'aarch64' and need not be built for each CPU flavour individually. However change the tune include file so that one could change to one of the more speciallized tune if one wants to do so at the expense of additional compile time. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 5b24f23..5bb5592 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -10,7 +10,9 @@ SOC_SILICON_REV ?= ""
MACHINEOVERRIDES =. "mx8:mx8qm:"
require conf/machine/include/imx-base.inc
-require conf/machine/include/arm/arch-arm64.inc
+# override imx-base.inc which sets this to cortexa72-cortexa53-crypto
+DEFAULTTUNE_mx8qm = "aarch64"
+require conf/machine/include/tune-cortexa72-cortexa53.inc
# Don't include kernels in standard images
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""