Browse Source
Merge pull request #1568 from soby-mathew/sm/fix_ares_err_report
Fix the Cortex-ares errata reporting function name
pull/1571/head
Soby Mathew
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|
|
|
|
|
/* --------------------------------------------- |
|
|
|