xiaoxiang781216 commented on code in PR #18262:
URL: https://github.com/apache/nuttx/pull/18262#discussion_r2744594522


##########
boards/arm/stm32/stm32f4discovery/src/CMakeLists.txt:
##########
@@ -179,12 +179,10 @@ target_sources(board PRIVATE ${SRCS})
 
 # Set linker script based on build type
 if(CONFIG_BUILD_PROTECTED)
-  set_property(GLOBAL PROPERTY LD_SCRIPT
-               "${NUTTX_BOARD_DIR}/scripts/memory.ld"
-               "${NUTTX_BOARD_DIR}/scripts/kernel-space.ld")
+  set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/memory.ld"

Review Comment:
   let's squash to previous patch



-- 
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]

Reply via email to