commit | 6d26d75c374bc9c7aa03d8c745b9f5f9082b18c2 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Oct 29 13:42:07 2024 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Oct 31 14:40:41 2024 +0100 |
tree | 19d27890148c9d44ad35251d9c386e5bcfa2fb64 | |
parent | 7e9d2a56e7aac24ce6046158d5802b28223b2ea9 [diff] |
fix(st): set no-pie option when building ST elf file This elf file is used to build a binary file that concatenates BL2 and its device tree blob. It then does not need PIE option, and this avoids the following compilation error with some compiler versions: error: PHDR segment not covered by LOAD segment Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I7562e8c1890275fe0409f3a23cc66a8e14ea1ee0