Merge pull request #2296 from YoeDistro/yoe/mut
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

imx-sc-firmware: Always use BFD linker
This commit is contained in:
Otavio Salvador 2025-05-24 18:31:24 -03:00 committed by GitHub
commit 077c92fadb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"