board/qemu-armv7r: rename dramboot.ld
This aligns linker script file name with built program name so that nuttx.ld helps to build nuttx ELF Signed-off-by: Yanfeng Liu <p-liuyanfeng9@xiaomi.com>
This commit is contained in:
parent
1b94d0e2cf
commit
64bae41c6b
3 changed files with 2 additions and 2 deletions
|
|
@ -20,6 +20,6 @@
|
|||
#
|
||||
# ##############################################################################
|
||||
|
||||
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/dramboot.ld")
|
||||
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/nuttx.ld")
|
||||
|
||||
add_subdirectory(src)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ include $(TOPDIR)/.config
|
|||
include $(TOPDIR)/tools/Config.mk
|
||||
include $(TOPDIR)/arch/arm/src/armv7-r/Toolchain.defs
|
||||
|
||||
LDSCRIPT = dramboot.ld
|
||||
LDSCRIPT = nuttx.ld
|
||||
|
||||
ARCHSCRIPT += $(BOARD_DIR)$(DELIM)scripts$(DELIM)$(LDSCRIPT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue