summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-10-21 23:48:49 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:21 -0300
commit22b64ef0d583b923abc9d7abb24f814b9e5d535f (patch)
treed3b200ab155e6fc3f6357f94490ecefd23b050f2 /conf
parent4188adcba97d652b19cbf3418b1cf60260186923 (diff)
downloadmeta-freescale-22b64ef0d583b923abc9d7abb24f814b9e5d535f.tar.gz
imx-base.inc: add default tune for Vybrid
All Vybrid SoC's use the Cortex-A5 CPU. Add an appropriate default tune for the vf SoC. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 5566c125..dd673f1b 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -52,6 +52,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
52DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" 52DEFAULTTUNE_mx6 ?= "cortexa9thf-neon"
53DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" 53DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon"
54DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" 54DEFAULTTUNE_mx7 ?= "cortexa7thf-neon"
55DEFAULTTUNE_vf ?= "cortexa5thf-neon"
55 56
56# Sub-architecture support 57# Sub-architecture support
57MACHINE_SOCARCH_SUFFIX ?= "" 58MACHINE_SOCARCH_SUFFIX ?= ""