From af704705c135f85b8b1eeda938e3dcdba3f6e561 Mon Sep 17 00:00:00 2001 From: Govindraj Raja Date: Mon, 3 Jul 2023 14:08:36 -0500 Subject: [PATCH] fix(cpus): fix minor issue seen with a9 cpu fix typo in a9_794073 report errata. Signed-off-by: Govindraj Raja Change-Id: Iace9f7fd18af529823488b6b6cb79e6bc13b9d4d --- lib/cpus/aarch32/cortex_a9.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpus/aarch32/cortex_a9.S b/lib/cpus/aarch32/cortex_a9.S index 762f75f11..9e75e4e69 100644 --- a/lib/cpus/aarch32/cortex_a9.S +++ b/lib/cpus/aarch32/cortex_a9.S @@ -68,7 +68,7 @@ func cortex_a9_errata_report * 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