diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2015-10-21 23:48:49 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:21 -0300 |
commit | 22b64ef0d583b923abc9d7abb24f814b9e5d535f (patch) | |
tree | d3b200ab155e6fc3f6357f94490ecefd23b050f2 /conf/machine | |
parent | 4188adcba97d652b19cbf3418b1cf60260186923 (diff) | |
download | meta-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/machine')
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
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" | |||
52 | DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" | 52 | DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" |
53 | DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" | 53 | DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" |
54 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" | 54 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" |
55 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" | ||
55 | 56 | ||
56 | # Sub-architecture support | 57 | # Sub-architecture support |
57 | MACHINE_SOCARCH_SUFFIX ?= "" | 58 | MACHINE_SOCARCH_SUFFIX ?= "" |