AARCH64: Fix credentials for ERXMISC0_EL1 and ERXMISC1_EL1
authorJan Dabros <jsd@semihalf.com>
Thu, 30 Aug 2018 11:52:23 +0000 (13:52 +0200)
committerJan Dabros <jsd@semihalf.com>
Thu, 30 Aug 2018 11:52:23 +0000 (13:52 +0200)
fixes arm-software/tf-issues#620

Signed-off-by: Jan Dabros <jsd@semihalf.com>
include/lib/aarch64/arch.h

index cccb286c5069e6897d6a208634eef886ef8ae8a5..fed5944575ea4241bb6a0fc6aa2c6cba1ec4e28e 100644 (file)
 #define ERXCTLR_EL1            S3_0_C5_C4_1
 #define ERXSTATUS_EL1          S3_0_C5_C4_2
 #define ERXADDR_EL1            S3_0_C5_C4_3
-#define ERXMISC0_EL1           S3_0_C5_C4_4
-#define ERXMISC1_EL1           S3_0_C5_C4_5
+#define ERXMISC0_EL1           S3_0_C5_C5_0
+#define ERXMISC1_EL1           S3_0_C5_C5_1
 
 #endif /* ARCH_H */