summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-07-30 14:41:53 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-02 17:26:08 -0300
commit14bdf80559d4e9827f77985179f64736f5cf3618 (patch)
treec228fb42e3eb53763f2d8683e57789c1af8c18ae /conf/machine/include/imx-base.inc
parentec90a99a5677601ac169716fa5d308686d58e9dd (diff)
downloadmeta-freescale-14bdf80559d4e9827f77985179f64736f5cf3618.tar.gz
imx-base.inc: Remove redundant DEFAULTTUNE setting
DEFAULTTUNE is set to aarch64 in arch-arm64.inc, so no need to set it again. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 52700105..ef012820 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -56,7 +56,6 @@ DEFAULTTUNE_mx6 ?= "cortexa9thf-neon"
56DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" 56DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon"
57DEFAULTTUNE_mx6ull ?= "cortexa7thf-neon" 57DEFAULTTUNE_mx6ull ?= "cortexa7thf-neon"
58DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" 58DEFAULTTUNE_mx7 ?= "cortexa7thf-neon"
59DEFAULTTUNE_mx8 ?= "aarch64"
60DEFAULTTUNE_vf ?= "cortexa5thf-neon" 59DEFAULTTUNE_vf ?= "cortexa5thf-neon"
61 60
62INHERIT += "machine-overrides-extender" 61INHERIT += "machine-overrides-extender"