diff --git a/lib/cpus/aarch64/cortex_ares.S b/lib/cpus/aarch64/cortex_ares.S index 942b6f7..2788174 100644 --- a/lib/cpus/aarch64/cortex_ares.S +++ b/lib/cpus/aarch64/cortex_ares.S @@ -95,7 +95,7 @@ /* * Errata printing function for Cortex-Ares. Must follow AAPCS. */ -func cortex_a72_errata_report +func cortex_ares_errata_report stp x8, x30, [sp, #-16]! bl cpu_get_rev_var @@ -109,7 +109,7 @@ ldp x8, x30, [sp], #16 ret -endfunc cortex_a72_errata_report +endfunc cortex_ares_errata_report #endif /* ---------------------------------------------