summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2023-10-25 09:55:08 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-10-25 09:55:08 +0200
commit4a2ff22fd41e512717bdbcbd97efbabd7808ea2f (patch)
treec06dbce2bfc1ce14a4f86852ab04d44fbb7925ef /plat
parentc20b0c58c2dbcfa4a3028ea6ee41f5ecebceba18 (diff)
parent4f79b67250641f67327c3e351d2f8339e8fd2d26 (diff)
Merge "feat(mt8195): increase TZRAM" into integration
Diffstat (limited to 'plat')
-rw-r--r--plat/mediatek/mt8195/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
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.