From a12a66d0d6d4732d41a27b1ecbc8874731c78101 Mon Sep 17 00:00:00 2001 From: Jassi Brar Date: Wed, 14 Sep 2022 15:41:43 -0500 Subject: [PATCH] fix(synquacer): increase size of BL33 Increase the max possible size of BL33 from 1MB to 2MB. For example, edk2 is usually bigger than 1MB Signed-off-by: Jassi Brar Change-Id: Idd4762e25e623de145c65f31cf2dfe1fee466a74 --- plat/socionext/synquacer/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/socionext/synquacer/include/platform_def.h b/plat/socionext/synquacer/include/platform_def.h index a84660b6d..d6bfe42e1 100644 --- a/plat/socionext/synquacer/include/platform_def.h +++ b/plat/socionext/synquacer/include/platform_def.h @@ -82,7 +82,7 @@ /* Alternative BL33 */ #define PLAT_SQ_BL33_BASE 0xe0000000 -#define PLAT_SQ_BL33_SIZE 0x00100000 +#define PLAT_SQ_BL33_SIZE 0x00200000 /* FWU FIP IO base */ #define PLAT_SQ_FIP_IOBASE 0x08600000