summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap4.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-07-26 05:53:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-07-27 21:36:05 -0400
commit6747b4f3451c9a99c3752467aff2030572d8c5fb (patch)
treec4784ee375e69e0a6ec48f327d67e4f89a144376 /conf/machine/include/omap4.inc
parent1b656bb030aca7e307ace62f1b2d312c02010852 (diff)
downloadmeta-ti-6747b4f3451c9a99c3752467aff2030572d8c5fb.tar.gz
conf: set lower DEFAULTTUNE across machines
Set DEFAULTTUNE optimization in BSP from specific Cortex level to more generic armv7a, but keep thumb, neon and hard-float options enabled due to numerous BSP components requiring them. While enabling additional Cortex optimization might gain a tiny performance improvement, it makes binary feeds incompatible between A8, A9 and A15 machines, leads to unnecessary rebuilds and hides potential packaging or recipe issues. Hence the decision to enable Cortex optimization should be left to the Distro. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap4.inc')
-rw-r--r--conf/machine/include/omap4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
index deb33169..5d0ce5eb 100644
--- a/conf/machine/include/omap4.inc
+++ b/conf/machine/include/omap4.inc
@@ -1,7 +1,7 @@
1SOC_FAMILY = "omap4" 1SOC_FAMILY = "omap4"
2require conf/machine/include/soc-family.inc 2require conf/machine/include/soc-family.inc
3 3
4DEFAULTTUNE ?= "cortexa9thf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa9.inc 5require conf/machine/include/tune-cortexa9.inc
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 7PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"