]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(sp-min): 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)
commit3d745235127c12a7f6538d8674649e06239191d0
treeaa83997efb1a2685e52c7c33c35062d1c5826167
parentffe7bae02117443ebd846964c7a5c728051d8cb2
build(sp-min): 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: I33d5044e4d34a9d1187d0935ffc03d1f1177e340
Signed-off-by: Chris Kay <chris.kay@arm.com>
bl32/sp_min/sp_min.mk