From 6747b4f3451c9a99c3752467aff2030572d8c5fb Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 26 Jul 2016 05:53:09 +0000 Subject: 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 --- conf/machine/include/omap4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/omap4.inc') 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 @@ SOC_FAMILY = "omap4" require conf/machine/include/soc-family.inc -DEFAULTTUNE ?= "cortexa9thf-neon" +DEFAULTTUNE ?= "armv7athf-neon" require conf/machine/include/tune-cortexa9.inc PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" -- cgit v1.2.3-54-g00ecf