summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm/README
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:47 +0100
commit13bd8ad0214c645f67966c0a150644224522de18 (patch)
tree593b63da40c23dbfc7d0f66ebf2b90a8813b9a9b /meta/conf/machine/include/arm/README
parentb87429fdb45f82ebe4060fea8c4ecd6e4bc1ae52 (diff)
downloadpoky-13bd8ad0214c645f67966c0a150644224522de18.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" (From OE-Core rev: 74158c2e99c6d8631800ae80025d1cc9f19336d2) 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/README')
-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.
38 38
39ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates 39ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates
40specific FPU optimizations. 'vfp' and 'neon' are both defined. 40specific FPU optimizations. 'vfp' and 'neon' are both defined.
41
42CORTEX_ID - This is the cortex processor type, and is used to setup the
43proper tuning (-mtune=cortex-${CORTEX_ID}) in tune-cortexa.inc.