]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(bl2): sort sections by alignment by default
authorChris Kay <chris.kay@arm.com>
Thu, 26 Jan 2023 18:31:52 +0000 (18:31 +0000)
committerChris Kay <chris.kay@arm.com>
Mon, 17 Apr 2023 15:53:19 +0000 (16:53 +0100)
commitcef66c3e68d0398e2fe0f440df6894ca543a9abb
treee44d3326014b1c8f8921b9d8016ccede3eddb213
parentee62ab3f309100ebf62979cad11446ae79c7b488
build(bl2): sort sections by alignment by default

This change forces LD to sort all input sections by alignment when
allocating them within an output section. This is done in some places
explicitly in the linker scripts today, but this makes sure we don't
miss any easy targets.

Change-Id: Id70be2a5399c4c75fcf2a736cab0991d20a6b863
Signed-off-by: Chris Kay <chris.kay@arm.com>
bl2/bl2.mk