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


##########
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:
   see #15624 



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