mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-07 15:10:09 +00:00
arm-bsp/trusted-firmware-a: increase BL2 size for TC
The new mbedtls version (v2.28) increase the size of TF-A slightly. This commit increases the size of BL2 for TC, so that TF-A with updated mbedtls version can fit. Signed-off-by: Emekcan Aras <Emekcan.Aras@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+2
-2
@@ -22,10 +22,10 @@ index ccabced9e..f45457b9f 100644
|
|||||||
*/
|
*/
|
||||||
#if TRUSTED_BOARD_BOOT
|
#if TRUSTED_BOARD_BOOT
|
||||||
-# define PLAT_ARM_MAX_BL2_SIZE 0x20000
|
-# define PLAT_ARM_MAX_BL2_SIZE 0x20000
|
||||||
+# define PLAT_ARM_MAX_BL2_SIZE 0x22000
|
+# define PLAT_ARM_MAX_BL2_SIZE 0x25000
|
||||||
#else
|
#else
|
||||||
-# define PLAT_ARM_MAX_BL2_SIZE 0x14000
|
-# define PLAT_ARM_MAX_BL2_SIZE 0x14000
|
||||||
+# define PLAT_ARM_MAX_BL2_SIZE 0x16000
|
+# define PLAT_ARM_MAX_BL2_SIZE 0x19000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user