]> git.baikalelectronics.ru Git - arm-tf.git/commit
bl32: use SORT_BY_ALIGNMENT macro in sp_min.ld.S
authorYann Gautier <yann.gautier@st.com>
Mon, 5 Oct 2020 07:54:09 +0000 (09:54 +0200)
committerYann Gautier <yann.gautier@st.com>
Mon, 5 Oct 2020 08:48:05 +0000 (10:48 +0200)
commitb1f596b68b040cfcdb19d06252b2998e6354a36a
tree6986ef209e32c3f5628bf3e76a43eb6c9176fddf
parent5ecfd890707f4617205c02a2931bc94ac6c2b57f
bl32: use SORT_BY_ALIGNMENT macro in sp_min.ld.S

The macro SORT_BY_ALIGNMENT is used for .text* and .rodata*. This allows
reducing the space lost to object alignment. This is an alignment with
the following patch:
ebd6efae67c6a086bc97d807a638bde324d936dc

Some comments are also aligned with other linker scripts.

Change-Id: I2ea59edb445af0ed8c08fd883ffbf56852570d0c
Signed-off-by: Yann Gautier <yann.gautier@st.com>
bl32/sp_min/sp_min.ld.S