mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
tune-cortexa.inc: create a common include for cortex-a armv7a tuning
The tuning files for the cortex-a* processors are mostly identical for the A7,A8,A9,A15 processors. Rework these files to use a CORTEX_ID variable to setup the tuning for each specific processor. (From OE-Core rev: 3e4f4a1cf07ff7cf4c71566492385f8fbf581789) Signed-off-by: Andy Voltz <andy.voltz@timesys.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
03fdd2c26c
commit
cb21024adf
@@ -38,3 +38,6 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user