yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950176056


##########
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:
   It is the name of the `nuttx` artifact, not the OS. I was thinking to name 
it as `kernel.ld`, but that `nuttx` artifact can contain Kernel, apps and ROMFS.



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to