This patch adds the part number for Cortex-A55 ARM Cores
A55 is used in NXP-i.mx93 SoCs.

Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com>
---
 config/arm/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 3f22d8a2fc..efd0bf32bc 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -58,6 +58,7 @@ implementer_generic = {
 part_number_config_arm = {
     '0xd03': {'compiler_options':  ['-mcpu=cortex-a53']},
     '0xd04': {'compiler_options':  ['-mcpu=cortex-a35']},
+    '0xd05': {'compiler_options':  ['-mcpu=cortex-a55']},
     '0xd07': {'compiler_options':  ['-mcpu=cortex-a57']},
     '0xd08': {'compiler_options':  ['-mcpu=cortex-a72']},
     '0xd09': {'compiler_options':  ['-mcpu=cortex-a73']},
-- 
2.25.1

Reply via email to