Browse Source

feat(mt8195): increase TZRAM

We need 4k more memory.

Change-Id: I760e949c2f80a79e111060b24855c0a6a5bfdfaa
Signed-off-by: Yi Chou <yich@google.com>
pull/1993/merge
Yi Chou 1 year ago
parent
commit
4f79b67250
  1. 2
      plat/mediatek/mt8195/include/platform_def.h

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

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

Loading…
Cancel
Save