]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(tsp): 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:35 +0000 (17:15 +0100)
commit3cad06b351ca6f413517c2b1cc4cb55c7df556c4
treeb26b21d54b8afc538721100678fff7367c50ef36
parent3d745235127c12a7f6538d8674649e06239191d0
build(tsp): 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: Id702a2a572f2b43c77d53634ddc64b0220d2560b
Signed-off-by: Chris Kay <chris.kay@arm.com>
bl32/tsp/tsp.mk