Merge "cpus: Fix Cortex-A12 MIDR mask" into integration

This commit is contained in:
Antonio Niño Díaz 2019-04-09 10:50:52 +00:00 committed by TrustedFirmware Code Review
commit 72562aab00
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
/*******************************************************************************
* Cortex-A12 midr with version/revision set to 0
******************************************************************************/
#define CORTEX_A12_MIDR U(0x410FC0C0)
#define CORTEX_A12_MIDR U(0x410FC0D0)
/*******************************************************************************
* CPU Auxiliary Control register specific definitions.