Browse Source

Merge pull request #1894 from jts-arm/e1_midr

Fix MIDR_EL1 value for Neoverse E1
pull/1897/head
Soby Mathew 6 years ago
committed by GitHub
parent
commit
75044d8b87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/lib/cpus/aarch64/neoverse_e1.h

2
include/lib/cpus/aarch64/neoverse_e1.h

@ -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.

Loading…
Cancel
Save