From 4f79b67250641f67327c3e351d2f8339e8fd2d26 Mon Sep 17 00:00:00 2001 From: Yi Chou <yich@google.com> Date: Mon, 22 May 2023 12:42:47 +0800 Subject: [PATCH] feat(mt8195): increase TZRAM We need 4k more memory. Change-Id: I760e949c2f80a79e111060b24855c0a6a5bfdfaa Signed-off-by: Yi Chou <yich@google.com> --- plat/mediatek/mt8195/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/mediatek/mt8195/include/platform_def.h b/plat/mediatek/mt8195/include/platform_def.h index 2a2f559da..8696f2a12 100644 --- a/plat/mediatek/mt8195/include/platform_def.h +++ b/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.