We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46681d0 commit 7781570Copy full SHA for 7781570
mcux/hal_nxp.cmake
@@ -98,7 +98,7 @@ include(driver_common)
98
99
#Include system_xxx file
100
#This can be extended to other SoC series if needed
101
-if (DEFINED CONFIG_PLATFORM_SPECIFIC_INIT OR DEFINED CONFIG_SOC_SERIES_IMXRT6XX
+if (DEFINED CONFIG_SOC_RESET_HOOK OR DEFINED CONFIG_SOC_SERIES_IMXRT6XX
102
OR DEFINED CONFIG_SOC_SERIES_LPC55XXX OR DEFINED CONFIG_SOC_SERIES_MCXNX4X)
103
if (CONFIG_SOC_MIMXRT1166_CM4)
104
include(device_system_MIMXRT1166_cm4)
0 commit comments