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/omap-a15.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/omap-a15.inc') diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index 9316998c..a4344561 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -1,7 +1,7 @@ SOC_FAMILY = "omap-a15" require conf/machine/include/soc-family.inc -DEFAULTTUNE ?= "cortexa15thf-neon" +DEFAULTTUNE ?= "armv7athf-neon" require conf/machine/include/tune-cortexa15.inc # Increase this everytime you change something in the kernel -- cgit v1.2.3-54-g00ecf