Commit 72562aab authored by Antonio Niño Díaz's avatar Antonio Niño Díaz Committed by TrustedFirmware Code Review
Browse files

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

parents 01e7e0ca 8785a7cf
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
/******************************************************************************* /*******************************************************************************
* Cortex-A12 midr with version/revision set to 0 * 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. * CPU Auxiliary Control register specific definitions.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment