commit | 4f7cfa5e8fe35d9424ce938898d3de248f5ab90a | [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 | 5a372eac0d76cb2002cfab693eea8868d43332c6 [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