]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm: Fix build failure due to increase in BL2 size
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Fri, 10 Jul 2020 08:44:21 +0000 (09:44 +0100)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Fri, 10 Jul 2020 11:25:18 +0000 (12:25 +0100)
commitfdf50a25ec8014378937e0a8d535d3f7d5753cc9
tree9ed411fe260f5b23b192fc075646468945eafb92
parentb3be0c7068b31292ca3e0c7f150645308e96c645
plat/arm: Fix build failure due to increase in BL2 size

BL2 size gets increased due to the libfdt library update and
that eventually cause no-optimization build failure for BL2 as below:
aarch64-none-elf-ld.bfd: BL2 image has exceeded its limit.
aarch64-none-elf-ld.bfd: region `RAM' overflowed by 4096 bytes
Makefile:1070: recipe for target 'build/fvp/debug/bl2/bl2.elf' failed
make: *** [build/fvp/debug/bl2/bl2.elf] Error 1

Fixed build failure by increasing BL2 image size limit by 4Kb.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I92a57eb4db601561a98e254b64994bb921a88db3
plat/arm/board/fvp/include/platform_def.h