xiaoxiang781216 commented on code in PR #16458:
URL: https://github.com/apache/nuttx/pull/16458#discussion_r2111977620


##########
arch/arm64/src/imx9/Kconfig:
##########
@@ -69,12 +69,12 @@ config IMX9_HAVE_ATF_FIRMWARE
 
 config IMX9_BOOTLOADER
        bool "Bootloader"
-       select ARM64_DECODEFIQ
-       select IMX9_DDR_TRAINING
+       select ARM64_DECODEFIQ if (ARCH_ARM64_EXCEPTION_LEVEL = 3)
+       select IMX9_DDR_TRAINING if (ARCH_ARM64_EXCEPTION_LEVEL = 3)

Review Comment:
   let's remove ()



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