Fix the Cortex-ares errata reporting function name
authorSoby Mathew <soby.mathew@arm.com>
Mon, 10 Sep 2018 10:14:01 +0000 (11:14 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 10 Sep 2018 10:51:31 +0000 (11:51 +0100)
This patch fixes the name of the Cortex-ares errata function which was
previously named `cortex_a72_errata_report` which was an error.

Change-Id: Ia124df4628261021baa8d9a30308bc286d45712b
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
lib/cpus/aarch64/cortex_ares.S

index 942b6f705620780fc0b65f55028960851f984de8..2788174c8337991dad81843d169e6892ca448a1f 100644 (file)
@@ -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
 
        /* ---------------------------------------------