aboutsummaryrefslogtreecommitdiff
path: root/platform/ext
diff options
context:
space:
mode:
authorSummer Qin <summer.qin@arm.com>2021-07-16 15:16:04 +0800
committerKen Liu <ken.liu@arm.com>2021-07-21 09:26:33 +0200
commit49f9f9d7cfd6bfe49a02f7715078deb62003a342 (patch)
treeb7cb228a073bea1a4a202382535ecd6f321d58be /platform/ext
parenteb85c7e07212903c76912f5b29b76bb72df3c17e (diff)
downloadtrusted-firmware-m-49f9f9d7cfd6bfe49a02f7715078deb62003a342.tar.gz
Platform: Expand CMSE_VENEER_REGION_SIZE for musca_b1
Expand CMSE_VENEER_REGION_SIZE for musca_b1. Change-Id: Iebbae7cd4a76e2151bf545c7cf7f866e9094fa4e Signed-off-by: Summer Qin <summer.qin@arm.com>
Diffstat (limited to 'platform/ext')
-rw-r--r--platform/ext/target/arm/musca_b1/sse_200/partition/region_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ext/target/arm/musca_b1/sse_200/partition/region_defs.h b/platform/ext/target/arm/musca_b1/sse_200/partition/region_defs.h
index 2d9f06f297..0b7c74afbe 100644
--- a/platform/ext/target/arm/musca_b1/sse_200/partition/region_defs.h
+++ b/platform/ext/target/arm/musca_b1/sse_200/partition/region_defs.h
@@ -83,7 +83,7 @@
#define IMAGE_NS_CODE_SIZE \
(FLASH_NS_PARTITION_SIZE - BL2_HEADER_SIZE - BL2_TRAILER_SIZE)
-#define CMSE_VENEER_REGION_SIZE (0x360)
+#define CMSE_VENEER_REGION_SIZE (0x380)
/* Alias definitions for secure and non-secure areas*/
#define S_ROM_ALIAS(x) (S_ROM_ALIAS_BASE + (x))