chore(cpus): rearrange the errata and cve in order in Cortex-X4
Patch sorts the errata IDs in ascending order and the
CVE's in ascending order based on the year and index
for CPU Cortex-X4.
Change-Id: Ic304c2f68e7d0b96bbb30760696b7bceabe1ae2d
Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>
(cherry picked from commit ede127e66c8946d2f5dafbda60558f11ba50841c)
Signed-off-by: Chris Palmer <palmer@google.com>
diff --git a/lib/cpus/errata_common.c b/lib/cpus/errata_common.c
index 0530647..df9a3d7 100644
--- a/lib/cpus/errata_common.c
+++ b/lib/cpus/errata_common.c
@@ -8,9 +8,9 @@
#include <arch.h>
#include <arch_helpers.h>
-#include <cortex_a75.h>
#include <cortex_a510.h>
#include <cortex_a520.h>
+#include <cortex_a75.h>
#include <cortex_a710.h>
#include <cortex_a715.h>
#include <cortex_a720.h>