]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(bl1): sort sections by alignment by default
authorChris Kay <chris.kay@arm.com>
Fri, 6 Jan 2023 11:02:00 +0000 (11:02 +0000)
committerChris Kay <chris.kay@arm.com>
Mon, 17 Apr 2023 15:45:09 +0000 (16:45 +0100)
commitee62ab3f309100ebf62979cad11446ae79c7b488
tree3b1b37a0ed46c570c752103dbc4bda2c431fcb7e
parent114495b5482d88fd85c848a65a54d055c2c3733b
build(bl1): 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: I69d6acea822036a6365a7ea10fa732b5e0387f52
Signed-off-by: Chris Kay <chris.kay@arm.com>
bl1/bl1.mk