File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -288,9 +288,8 @@ elseif((${MCUX_DEVICE} MATCHES "MIMXRT(5|6|7)") OR (${MCUX_DEVICE} MATCHES "RW61
288
288
include_driver_ifdef (CONFIG_HAS_MCUX_CACHE cache /cache64 driver_cache_cache64 )
289
289
elseif ((${MCUX_DEVICE} MATCHES "MK(28|66)" ) OR (${MCUX_DEVICE} MATCHES "MKE(14|16|18)" ) OR (CONFIG_SOC_MIMXRT1166_CM4 ) OR (CONFIG_SOC_MIMXRT1176_CM4 ))
290
290
include_driver_ifdef (CONFIG_HAS_MCUX_CACHE cache /lmem driver_cache_lmem )
291
- elseif (CONFIG_SOC_MIMXRT1189_CM33 )
292
- include_driver_ifdef (CONFIG_HAS_MCUX_CACHE cache /xcache driver_cache_xcache )
293
291
endif ()
292
+ include_driver_ifdef (CONFIG_HAS_MCUX_XCACHE cache /xcache driver_cache_xcache )
294
293
295
294
if ((${MCUX_DEVICE} MATCHES "MIMX9596" ) OR (${MCUX_DEVICE} MATCHES "MIMX8UD7" ) OR (${MCUX_DEVICE} MATCHES "MIMXRT118" ))
296
295
include_driver_ifdef (CONFIG_IPM_IMX mu1 driver_mu1 )
You can’t perform that action at this time.
0 commit comments