From 472158f659fdc60169eac60db07382f519ea619e Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Tue, 23 Oct 2018 18:31:08 +0100 Subject: [PATCH] juno: Increase BL2 max size Version 1.4.7 of libfdt is bigger than the current one (1.4.2) and the current reserved space for BL2 in Juno isn't enough to fit the Trusted Firmware when compiling with clang or armclang. Change-Id: I7b73394ca60d17f417773f56dd5b3d54495a45a8 Signed-off-by: Antonio Nino Diaz --- plat/arm/board/juno/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/arm/board/juno/include/platform_def.h b/plat/arm/board/juno/include/platform_def.h index 0e5c6d9ac..d4a77f027 100644 --- a/plat/arm/board/juno/include/platform_def.h +++ b/plat/arm/board/juno/include/platform_def.h @@ -142,7 +142,7 @@ # define PLAT_ARM_MAX_BL2_SIZE 0x1C000 #endif #else -# define PLAT_ARM_MAX_BL2_SIZE 0xE000 +# define PLAT_ARM_MAX_BL2_SIZE 0xF000 #endif /*