Skip to content

Commit 7781570

Browse files
nashifmmahadevan108
authored andcommitted
zephyr: replace PLATFORM_SPECIFIC_INIT with SOC_RESET_HOOK
PLATFORM_SPECIFIC_INIT is deprecated, use SOC_RESET_HOOK instead. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 46681d0 commit 7781570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcux/hal_nxp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ include(driver_common)
9898

9999
#Include system_xxx file
100100
#This can be extended to other SoC series if needed
101-
if (DEFINED CONFIG_PLATFORM_SPECIFIC_INIT OR DEFINED CONFIG_SOC_SERIES_IMXRT6XX
101+
if (DEFINED CONFIG_SOC_RESET_HOOK OR DEFINED CONFIG_SOC_SERIES_IMXRT6XX
102102
OR DEFINED CONFIG_SOC_SERIES_LPC55XXX OR DEFINED CONFIG_SOC_SERIES_MCXNX4X)
103103
if (CONFIG_SOC_MIMXRT1166_CM4)
104104
include(device_system_MIMXRT1166_cm4)

0 commit comments

Comments
 (0)