diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2020-07-24 17:43:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-27 10:37:58 +0100 |
commit | 32ee392de22c33fca27a858356a9b97b6a4d6c41 (patch) | |
tree | 8e75ddb408844d32369c9ee5754d8b2dec39d188 /meta/conf | |
parent | 61a7d0711f99af45ecb91dc1efb9af6274ba5a44 (diff) | |
download | poky-32ee392de22c33fca27a858356a9b97b6a4d6c41.tar.gz |
tune-cortexa55.inc: switch to using armv8.2a include file
Since Cortex-A55 is an ARMv8.2 core, switch to using arch-armv8-2a.inc
file.
(From OE-Core rev: ab94bf205b7450e9dff6b9c7aa060178b39e48fe)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/tune-cortexa55.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-cortexa55.inc b/meta/conf/machine/include/tune-cortexa55.inc index 89032b59ec..b383eb733b 100644 --- a/meta/conf/machine/include/tune-cortexa55.inc +++ b/meta/conf/machine/include/tune-cortexa55.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "cortexa55" | |||
3 | TUNEVALID[cortexa55] = "Enable Cortex-A55 specific processor optimizations" | 3 | TUNEVALID[cortexa55] = "Enable Cortex-A55 specific processor optimizations" |
4 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa55', ' -mcpu=cortex-a55', '', d)}" | 4 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa55', ' -mcpu=cortex-a55', '', d)}" |
5 | 5 | ||
6 | require conf/machine/include/arm/arch-armv8a.inc | 6 | require conf/machine/include/arm/arch-armv8-2a.inc |
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa55" | 9 | AVAILTUNES += "cortexa55" |