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


##########
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:
   There is per [this 
commet](https://github.com/apache/nuttx/blob/33ebfe1a1740c158972e36d355e99c11df64f5ce/arch/arm/src/armv7-r/arm_head.S#L390).
 If it is still needed, maybe in the future we can check if armv7-a side can 
take the same approach for unifying?



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