[PATCH v8 3/5] config/arm: add crypto march feature to thunderxt83
pbhagavatula at marvell.com
pbhagavatula at marvell.com
Thu Mar 14 12:38:27 CET 2024
From: Pavan Nikhilesh <pbhagavatula at marvell.com>
Some older compilers don't recognize crypto march feature
for thunderxt83 mcpu.
Explicitly add it to march feature list.
Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
---
config/arm/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/arm/meson.build b/config/arm/meson.build
index 0e7f54862a..45f5db2c58 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -148,7 +148,7 @@ implementer_cavium = {
},
'0xa3': {
'march': 'armv8-a',
- 'march_features': ['crc'],
+ 'march_features': ['crc', 'crypto'],
'mcpu': 'thunderxt83',
'flags': flags_part_number_thunderx
},
--
2.25.1
More information about the dev
mailing list