From 94df8da3ab520330b2e7d276603f33e284c27b3f Mon Sep 17 00:00:00 2001 From: Vijayenthiran Subramaniam Date: Tue, 25 Jan 2022 22:59:10 +0530 Subject: [PATCH] feat(sgi): bump bl1 rw size Increase BL1 RW size by 16 KiB to accommodate for future development. Signed-off-by: Vijayenthiran Subramaniam Change-Id: I21626a97de4a6c98c25b93b9f79e16325c6e4349 --- plat/arm/css/sgi/include/sgi_base_platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/arm/css/sgi/include/sgi_base_platform_def.h b/plat/arm/css/sgi/include/sgi_base_platform_def.h index 872407466..22870c4c9 100644 --- a/plat/arm/css/sgi/include/sgi_base_platform_def.h +++ b/plat/arm/css/sgi/include/sgi_base_platform_def.h @@ -68,7 +68,7 @@ * PLAT_ARM_MAX_BL1_RW_SIZE is calculated using the current BL1 RW debug size * plus a little space for growth. */ -#define PLAT_ARM_MAX_BL1_RW_SIZE 0xC000 +#define PLAT_ARM_MAX_BL1_RW_SIZE (64 * 1024) /* 64 KB */ /* * PLAT_ARM_MAX_ROMLIB_RW_SIZE is define to use a full page -- 2.39.5