From 74158c2e99c6d8631800ae80025d1cc9f19336d2 Mon Sep 17 00:00:00 2001 From: Andy Voltz Date: Wed, 12 Jun 2013 12:38:01 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/machine/include/arm/README | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf/machine/include/arm') 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. -- cgit 1.2.3-korg