imx-sc-firmware: Always use BFD linker

Some distros e.g. yoe uses LLD linker as default, it does not work
with prebuilt baremetal toolchain used for imx-sc-firmware

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-05-24 12:03:24 -07:00
parent 53cc2fa8f5
commit d5a2949941
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -25,6 +25,9 @@ symlink_name = "scfw_tcm.bin"
BOOT_TOOLS = "imx-boot-tools"
LDFLAGS:remove = "-fuse-ld=lld"
LDFLAGS:append = " -fuse-ld=bfd"
do_compile[noexec] = "1"
do_install[noexec] = "1"