yf13 commented on code in PR #15593: URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922958016
########## arch/arm/src/qemu/qemu_boot.c: ########## @@ -98,6 +107,12 @@ void arm_boot(void) #ifdef CONFIG_SYSLOG_RPMSG syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpmsg_buf)); #endif + +#ifdef CONFIG_ARCH_ARMV7R + /* dont return per armv7-r/arm_head.S design */ + + nx_start(); Review Comment: When debugging the port, I saw [this comment](https://github.com/apache/nuttx/blob/33ebfe1a1740c158972e36d355e99c11df64f5ce/arch/arm/src/armv7-r/arm_head.S#L390). So this is added. Do you mean that in the future, we shall see if armv7-a can take the same approach? -- 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