commit | 230bf91b3dc08c1e365975c59600f4e6c2df6b3f | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Wed Sep 15 11:30:25 2021 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Jan 12 09:21:14 2022 +0100 |
tree | 570d836fd4b914941a1a7acbf052b04dac8e4a51 | |
parent | ebc765fdc1e1ac27fe75479508c7fafc89c74221 [diff] |
feat(stm32mp1): enable BL2_IN_XIP_MEM to remove relocation sections Because the BL2 is not relocated, the usage of BL2_IN_XIP_MEM can be used. It reduces the binary size by removing all relocation sections. XIP will not be used when STM32MP_USE_STM32IMAGE is defined. Introduce new definitions for SEPARATE_CODE_AND_RODATA. Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Change-Id: Ifd76f14e5bc98990bf84e0bfd4ee0b4e49a9a293