diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-30 14:41:53 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-02 17:26:08 -0300 |
commit | 14bdf80559d4e9827f77985179f64736f5cf3618 (patch) | |
tree | c228fb42e3eb53763f2d8683e57789c1af8c18ae | |
parent | ec90a99a5677601ac169716fa5d308686d58e9dd (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
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" | |||
56 | DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" | 56 | DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" |
57 | DEFAULTTUNE_mx6ull ?= "cortexa7thf-neon" | 57 | DEFAULTTUNE_mx6ull ?= "cortexa7thf-neon" |
58 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" | 58 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" |
59 | DEFAULTTUNE_mx8 ?= "aarch64" | ||
60 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" | 59 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" |
61 | 60 | ||
62 | INHERIT += "machine-overrides-extender" | 61 | INHERIT += "machine-overrides-extender" |