mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
aarch32: Fix L2CTRL definition for Cortex A57 and A72
Fixes ARM-software/tf-issues#495 Change-Id: I6a0aea78f670cc199873218a18af1d9cc2a6fafd Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
This commit is contained in:
parent
94f7d1e205
commit
f9688f2755
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* L2 Control register specific definitions.
|
* L2 Control register specific definitions.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#define CORTEX_A57_L2CTLR p15, 1, c9, c0, 3
|
#define CORTEX_A57_L2CTLR p15, 1, c9, c0, 2
|
||||||
|
|
||||||
#define CORTEX_A57_L2CTLR_DATA_RAM_LATENCY_SHIFT 0
|
#define CORTEX_A57_L2CTLR_DATA_RAM_LATENCY_SHIFT 0
|
||||||
#define CORTEX_A57_L2CTLR_TAG_RAM_LATENCY_SHIFT 6
|
#define CORTEX_A57_L2CTLR_TAG_RAM_LATENCY_SHIFT 6
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* L2 Control register specific definitions.
|
* L2 Control register specific definitions.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#define CORTEX_A72_L2CTLR p15, 1, c9, c0, 3
|
#define CORTEX_A72_L2CTLR p15, 1, c9, c0, 2
|
||||||
|
|
||||||
#define CORTEX_A72_L2CTLR_DATA_RAM_LATENCY_SHIFT 0
|
#define CORTEX_A72_L2CTLR_DATA_RAM_LATENCY_SHIFT 0
|
||||||
#define CORTEX_A72_L2CTLR_TAG_RAM_LATENCY_SHIFT 6
|
#define CORTEX_A72_L2CTLR_TAG_RAM_LATENCY_SHIFT 6
|
||||||
|
|
Loading…
Add table
Reference in a new issue