commit | b1f596b68b040cfcdb19d06252b2998e6354a36a | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Oct 05 09:54:09 2020 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Oct 05 10:48:05 2020 +0200 |
tree | 6986ef209e32c3f5628bf3e76a43eb6c9176fddf | |
parent | 5ecfd890707f4617205c02a2931bc94ac6c2b57f [diff] |
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>