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:
Yi Chou 2023-05-22 12:42:47 +08:00
parent c54579dda3
commit 4f79b67250

View file

@ -133,7 +133,7 @@
* Platform memory map related constants
******************************************************************************/
#define TZRAM_BASE 0x54600000
#define TZRAM_SIZE 0x00030000
#define TZRAM_SIZE 0x00040000
/*******************************************************************************
* BL31 specific defines.