Skip to content

Commit 610dc4e

Browse files
grsandeep85rpurdie
authored andcommitted
tune-cortexr52: Remove aarch64 for ARM Cortex-R52
Remove aarch64 for ARM Cortex-R52 processor as it supports only 32-bit ISA but not 64-bit ISA. Also update ARMPKGARCH for cortexr52hf. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Sandeep Gundlupet Raju <grsandeep85@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
1 parent cb6717c commit 610dc4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ require conf/machine/include/arm/arch-armv8r.inc
1010

1111
AVAILTUNES += "cortexr52"
1212
ARMPKGARCH:tune-cortexr52 = "cortexr52"
13-
# We do not want -march since -mcpu is added above to cover for it
14-
TUNE_FEATURES:tune-cortexr52 = "aarch64 crc simd cortexr52"
13+
TUNE_FEATURES:tune-cortexr52 = "${TUNE_FEATURES:tune-armv8r-crc-simd} cortexr52"
1514
PACKAGE_EXTRA_ARCHS:tune-cortexr52 = "${PACKAGE_EXTRA_ARCHS:tune-armv8r-crc-simd} cortexr52"
1615

1716
AVAILTUNES += "cortexr52hf"
18-
ARMPKGARCH:tune-cortexr52hf = "cortexr52"
17+
ARMPKGARCH:tune-cortexr52hf = "cortexr52hf"
1918
TUNE_FEATURES:tune-cortexr52hf = "${TUNE_FEATURES:tune-cortexr52} callconvention-hard"
2019
PACKAGE_EXTRA_ARCHS:tune-cortexr52hf = "cortexr52hf"

0 commit comments

Comments
 (0)