]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(bl31): 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 16:15:34 +0000 (17:15 +0100)
commitffe7bae02117443ebd846964c7a5c728051d8cb2
tree2d790d9a9cd668a46c5b1d4f667b923824a9d0c1
parentcff0d54160643e0e082f7541183b3acc4c71602b
build(bl31): 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: Iadcd38a66a7a9f4b2af3adbc0487a15091486b17
Signed-off-by: Chris Kay <chris.kay@arm.com>
bl31/bl31.mk