【u-boot-2018.11】链接脚本分析
1. 链接脚本生成
1.1 指定链接脚本模板文件
在顶层Makefile中会根据设置指定链接脚本的模板文件:
# If board code explicitly specified LDSCRIPT or CONFIG_SYS_LDSCRIPT, use
# that (or fail if absent). Otherwise, search for a linker script in a
# sta…
2026/7/28 14:09:03