On 2026-05-08T00:33:28, Michael Srba <[email protected]> wrote: > Makefile: add SPL_REMAKE_ELF_LDSCRIPT feature > > Some platforms (e.g. at least Qualcomm) use the ELF format in creative > ways, including in the bootrom. Make SPL_REMAKE_ELF use a linker script > specified in SPL_REMAKE_ELF_LDSCRIPT (with the previously hardcoded path > as the default). > > Signed-off-by: Michael Srba <[email protected]> > > Makefile | 9 +++++++-- > common/spl/Kconfig | 12 ++++++++++++ > 2 files changed, 19 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

