yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950159911
##########
boards/arm/qemu/qemu-armv7r/CMakeLists.txt:
##########
@@ -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")
Review Comment:
Can you explain the meaning of the original name? I feel it is weird in
this board's context as here nuttx is booting from flash, not from dram. With
the new naming, linker scripts are aligned with their program names, I feel
this is less confusing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]