juno: Increase BL2 max size
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Tue, 23 Oct 2018 17:31:08 +0000 (18:31 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Tue, 23 Oct 2018 17:33:58 +0000 (18:33 +0100)
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 <antonio.ninodiaz@arm.com>
plat/arm/board/juno/include/platform_def.h

index 0e5c6d9acc04c551c9798a7efc298e16457e4ded..d4a77f027b3285b5d57f7a546ffadca930d3bd16 100644 (file)
 # define PLAT_ARM_MAX_BL2_SIZE         0x1C000
 #endif
 #else
-# define PLAT_ARM_MAX_BL2_SIZE         0xE000
+# define PLAT_ARM_MAX_BL2_SIZE         0xF000
 #endif
 
 /*