File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ elseif((${MCUX_DEVICE} MATCHES "MIMXRT(5|6)") OR (${MCUX_DEVICE} MATCHES "RW61")
179
179
set_variable_ifdef(CONFIG_HAS_MCUX_CACHE CONFIG_MCUX_COMPONENT_driver.cache_cache64)
180
180
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))
181
181
set_variable_ifdef(CONFIG_HAS_MCUX_CACHE CONFIG_MCUX_COMPONENT_driver.cache_lmem)
182
+ elseif (CONFIG_CPU_CORTEX_A)
183
+ set_variable_ifdef(CONFIG_HAS_MCUX_CACHE CONFIG_MCUX_COMPONENT_driver.cache_armv8_a)
182
184
endif ()
183
185
set_variable_ifdef(CONFIG_HAS_MCUX_XCACHE CONFIG_MCUX_COMPONENT_driver.cache_xcache)
184
186
Original file line number Diff line number Diff line change @@ -76,10 +76,6 @@ if (DEFINED CONFIG_SOC_RESET_HOOK)
76
76
endif ()
77
77
endif ()
78
78
79
- if (CONFIG_CPU_CORTEX_A)
80
- include_driver_ifdef(CONFIG_HAS_MCUX_CACHE cache /armv8-a driver_cache_armv8a)
81
- endif ()
82
-
83
79
include (../mcux-sdk-ng/middleware/middleware.cmake)
84
80
include (../mcux-sdk-ng/components/components.cmake)
85
81
include (../mcux-sdk-ng/drivers/drivers.cmake)
You can’t perform that action at this time.
0 commit comments