summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-09-10 12:44:38 +0100
committerGitHub <noreply@github.com>2018-09-10 12:44:38 +0100
commit4728900fa793ac14f95c1b15a37ad61e2975f4d7 (patch)
treee3101970fe62e71ee96097584050df36d090a136
parent824265996993c8074e00fd7fbc2f7db5467e4f75 (diff)
parent66ec7121bdf993a4177c24f516a434b406e980e2 (diff)
downloadarm-trusted-firmware-4728900fa793ac14f95c1b15a37ad61e2975f4d7.tar.gz
Merge pull request #1568 from soby-mathew/sm/fix_ares_err_report
Fix the Cortex-ares errata reporting function name
-rw-r--r--lib/cpus/aarch64/cortex_ares.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cpus/aarch64/cortex_ares.S b/lib/cpus/aarch64/cortex_ares.S
index 942b6f705..2788174c8 100644
--- a/lib/cpus/aarch64/cortex_ares.S
+++ b/lib/cpus/aarch64/cortex_ares.S
@@ -95,7 +95,7 @@ endfunc cortex_ares_core_pwr_dwn
/*
* 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 @@ func cortex_a72_errata_report
ldp x8, x30, [sp], #16
ret
-endfunc cortex_a72_errata_report
+endfunc cortex_ares_errata_report
#endif
/* ---------------------------------------------