feat(mt8188): increase TZRAM_SIZE from 192KB to 256KB

Increase TZRAM_SIZE to 256KB for MT8188 APUSYS.

Change-Id: Iabe1a4aeb79ba23c3e963170a8eb9ce19f2925f3
Signed-off-by: Karl Li <karl.li@mediatek.com>
This commit is contained in:
Karl Li 2023-06-06 11:33:53 +08:00
parent 7f126ccff6
commit aa1cb279b6

View file

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