commit | 876be6520d9a894f697fd5172ee51aa136070e9b | [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 | b1b1851279b474ce9653de6d581def0d2dc2f775 [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>