aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm
diff options
context:
space:
mode:
authorAndy Voltz <andy.voltz@timesys.com>2013-06-12 12:38:01 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-12 17:54:28 +0100
commit74158c2e99c6d8631800ae80025d1cc9f19336d2 (patch)
tree177b88d6dfa521b8a6780759fa06d9d1fcb0438a /meta/conf/machine/include/arm
parentfe744381e8844ad17dcc6e036650a442dbc9575d (diff)
downloadopenembedded-core-contrib-74158c2e99c6d8631800ae80025d1cc9f19336d2.tar.gz
tune-cortexa*.inc: fix tunings for cortex a5, a7, a8, a9, a15 machines.
Using CORTEX_ID variable reference in the tuning overrides did not work. This reverts those changes, and adds a tuning file for the cortex-a5. Revert "tune-cortexa5.inc: Add tune file for cortex-a5" Revert "tune-cortexa.inc: create a common include for cortex-a armv7a tuning" Signed-off-by: Andy Voltz <andy.voltz@timesys.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/arm')
-rw-r--r--meta/conf/machine/include/arm/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/machine/include/arm/README b/meta/conf/machine/include/arm/README
index d8d7b64ca9..a1beb75fdf 100644
--- a/meta/conf/machine/include/arm/README
+++ b/meta/conf/machine/include/arm/README
@@ -38,6 +38,3 @@ the core arch-arm.inc file.
ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates
specific FPU optimizations. 'vfp' and 'neon' are both defined.
-
-CORTEX_ID - This is the cortex processor type, and is used to setup the
-proper tuning (-mtune=cortex-${CORTEX_ID}) in tune-cortexa.inc.