xiaoxiang781216 commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1605812341
########## arch/arm64/src/common/arm64_boot.c: ########## @@ -78,7 +78,7 @@ void arm64_boot_el3_init(void) reg = 0U; /* Reset */ reg |= SCR_NS_BIT; /* EL2 / EL3 non-secure */ reg |= (SCR_RES1 | /* RES1 */ - #ifdef CONFIG_ARCH_BOOT_EL3 +#if (CONFIG_ARCH_ARM64_EXCEPTION_LEVEL == 3) Review Comment: yes. -- 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