mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 07:39:24 +00:00
feat(mt8195): increase TZRAM
We need 4k more memory. Change-Id: I760e949c2f80a79e111060b24855c0a6a5bfdfaa Signed-off-by: Yi Chou <yich@google.com>
This commit is contained in:
parent
c54579dda3
commit
4f79b67250
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
* Platform memory map related constants
|
* Platform memory map related constants
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#define TZRAM_BASE 0x54600000
|
#define TZRAM_BASE 0x54600000
|
||||||
#define TZRAM_SIZE 0x00030000
|
#define TZRAM_SIZE 0x00040000
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* BL31 specific defines.
|
* BL31 specific defines.
|
||||||
|
|
Loading…
Add table
Reference in a new issue