From 3e0a861e3c7b7594e617a9390ab06441abb1293f Mon Sep 17 00:00:00 2001 From: Jagadeesh Ujja Date: Wed, 7 Oct 2020 19:51:46 +0530 Subject: [PATCH] lib/cpus: update MIDR value for rainier cpu This patch updates the MIDR value for rainier cpu. Change-Id: I99a5d96f757239cf65b2688095c4ec66cd991cf9 Signed-off-by: Jagadeesh Ujja --- include/lib/cpus/aarch64/rainier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/cpus/aarch64/rainier.h b/include/lib/cpus/aarch64/rainier.h index 9ff166956..978661ff6 100644 --- a/include/lib/cpus/aarch64/rainier.h +++ b/include/lib/cpus/aarch64/rainier.h @@ -10,7 +10,7 @@ #include /* RAINIER MIDR for revision 0 */ -#define RAINIER_MIDR U(0x3f0f4100) +#define RAINIER_MIDR U(0x3f0f4120) /* Exception Syndrome register EC code for IC Trap */ #define RAINIER_EC_IC_TRAP U(0x1f)