xiaoxiang781216 commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1603541618
########## arch/arm64/Kconfig: ########## @@ -146,6 +146,15 @@ config ARCH_HAVE_EL3 runing at EL3 is not necessary and system register for EL3 is not accessible +config ARCH_BOOT_EL3 Review Comment: can we use a more general config name, since we can implement not only bootloader but monitor with nuttx? BTW, it's better to change the type from bool to int with range 1-3, so we can implement hypervisor with nuttx in the future. -- 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