Merge pull request #1894 from jts-arm/e1_midr

Fix MIDR_EL1 value for Neoverse E1
This commit is contained in:
Soby Mathew 2019-03-18 16:15:12 +00:00 committed by GitHub
commit 75044d8b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <lib/utils_def.h>
#define NEOVERSE_E1_MIDR U(0x410FD060)
#define NEOVERSE_E1_MIDR U(0x410FD4A0)
/*******************************************************************************
* CPU Extended Control register specific definitions.