Browse Source

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>
pull/1999/head
Karl Li 1 year ago
parent
commit
aa1cb279b6
  1. 2
      plat/mediatek/mt8188/include/platform_def.h

2
plat/mediatek/mt8188/include/platform_def.h

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

Loading…
Cancel
Save