mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 07:39:24 +00:00
fix(cpus): fix minor issue seen with a9 cpu
fix typo in a9_794073 report errata. Signed-off-by: Govindraj Raja <govindraj.raja@arm.com> Change-Id: Iace9f7fd18af529823488b6b6cb79e6bc13b9d4d
This commit is contained in:
parent
f3c80668c8
commit
af704705c1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ func cortex_a9_errata_report
|
||||||
* checking functions of each errata.
|
* checking functions of each errata.
|
||||||
*/
|
*/
|
||||||
report_errata WORKAROUND_CVE_2017_5715, cortex_a9, cve_2017_5715
|
report_errata WORKAROUND_CVE_2017_5715, cortex_a9, cve_2017_5715
|
||||||
report_errata ERRATA_A9_794073, cortex_a9, a9_79407
|
report_errata ERRATA_A9_794073, cortex_a9, a9_794073
|
||||||
|
|
||||||
pop {r12, lr}
|
pop {r12, lr}
|
||||||
bx lr
|
bx lr
|
||||||
|
|
Loading…
Add table
Reference in a new issue