commit | 37366af8d4b33213abf7acb3b0523d9a3510fb52 | [log] [tgz] |
---|---|---|
author | Lauren Wehrmeister <lauren.wehrmeister@arm.com> | Fri Jul 28 17:04:54 2023 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Fri Jul 28 17:04:54 2023 +0200 |
tree | 6cf5ffe7845ae53569b36f2f3fc459be0b3e9dfb | |
parent | f3c80668c82361472bc3bea4737d59edca3e075b [diff] | |
parent | af704705c135f85b8b1eeda938e3dcdba3f6e561 [diff] |
Merge "fix(cpus): fix minor issue seen with a9 cpu" into integration
diff --git a/lib/cpus/aarch32/cortex_a9.S b/lib/cpus/aarch32/cortex_a9.S index 762f75f..9e75e4e 100644 --- a/lib/cpus/aarch32/cortex_a9.S +++ b/lib/cpus/aarch32/cortex_a9.S
@@ -68,7 +68,7 @@ * checking functions of each errata. */ 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} bx lr