arm-trusted-firmware/bl2/aarch32
Yann Gautier fb4f511f9b Avoid the use of linker *_SIZE__ macros
The use of end addresses is preferred over the size of sections.
This was done for some AARCH64 files for PIE with commit [1],
and some extra explanations can be found in its commit message.
Align the missing AARCH64 files.

For AARCH32 files, this is required to prepare PIE support introduction.

 [1] f1722b693d ("PIE: Use PC relative adrp/adr for symbol reference")

Change-Id: I8f1c06580182b10c680310850f72904e58a54d7d
Signed-off-by: Yann Gautier <yann.gautier@st.com>
2021-04-21 15:05:57 +02:00
..
bl2_arch_setup.c correct some missing-prototype warnings 2018-12-10 18:09:49 +01:00
bl2_el3_entrypoint.S aarch32: stop speculative execution past exception returns 2020-03-01 06:44:30 -06:00
bl2_el3_exceptions.S Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
bl2_entrypoint.S Avoid the use of linker *_SIZE__ macros 2021-04-21 15:05:57 +02:00