mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00
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:
parent
d0574da589
commit
ae19093f2a
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue