lipengfei28 commented on code in PR #16743: URL: https://github.com/apache/nuttx/pull/16743#discussion_r2234561445
########## arch/arm64/include/imx9/chip.h: ########## @@ -44,12 +44,16 @@ #define MB(x) (KB(x) << 10) #define GB(x) (MB(UINT64_C(x)) << 10) -#if defined(CONFIG_ARCH_CHIP_IMX93) +#if defined(CONFIG_ARCH_CHIP_IMX93) || defined(CONFIG_ARCH_CHIP_IMX95) Review Comment: done ########## arch/arm64/src/imx9/Kconfig: ########## @@ -23,6 +23,13 @@ config ARCH_CHIP_IMX93 EL3/OCRAM is a bad combination for atomic instructions, they don't work. Instead, use A53 that will have no atomic instruction set available. +config ARCH_CHIP_IMX95 Review Comment: done -- 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