From aa1cb279b62d82e3d6e7b6ec17b9eb71d598497e Mon Sep 17 00:00:00 2001 From: Karl Li Date: Tue, 6 Jun 2023 11:33:53 +0800 Subject: [PATCH] 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 --- plat/mediatek/mt8188/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/mediatek/mt8188/include/platform_def.h b/plat/mediatek/mt8188/include/platform_def.h index fc9725e5b..73b0ed367 100644 --- a/plat/mediatek/mt8188/include/platform_def.h +++ b/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.