fix(errata): add Cortex-A520 definitions

Include the missing Cortex-A520 header.

Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
Change-Id: I45153a1aa2d6dace38650268a32106f5201f48bd
This commit is contained in:
Arvind Ram Prakash 2023-12-15 11:34:52 -06:00
parent d0574da589
commit ae19093f2a

View file

@ -13,6 +13,7 @@
#if __aarch64__
#include <cortex_a35.h>
#include <cortex_a510.h>
#include <cortex_a520.h>
#include <cortex_a53.h>
#include <cortex_a57.h>
#include <cortex_a55.h>