aboutsummaryrefslogtreecommitdiff
path: root/lib/cpus/errata_report.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpus/errata_report.c')
-rw-r--r--lib/cpus/errata_report.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cpus/errata_report.c b/lib/cpus/errata_report.c
index 8d9f704a..182679d1 100644
--- a/lib/cpus/errata_report.c
+++ b/lib/cpus/errata_report.c
@@ -20,6 +20,8 @@
# define BL_STRING "BL31"
#elif defined(AARCH32) && defined(IMAGE_BL32)
# define BL_STRING "BL32"
+#elif defined(IMAGE_BL2) && BL2_AT_EL3
+# define BL_STRING "BL2"
#else
# error This image should not be printing errata status
#endif