xiaoxiang781216 commented on code in PR #15624: URL: https://github.com/apache/nuttx/pull/15624#discussion_r1923468678
########## arch/arm/src/armv7-a/arm_head.S: ########## @@ -682,25 +682,11 @@ __cpu0_start: bl arm_data_initialize #endif - /* Perform early C-level, platform-specific initialization. Logic - * within arm_boot() must configure SDRAM and call arm_data_initialize(). - */ + /* C-level arm_boot() which calls nx_start() and never returns. */ + mov lr, #0 /* LR = return address (none) */ Review Comment: is it better that we modify armv7-r and armv8-r instead? -- 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