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 721e340 commit 7b15b85Copy full SHA for 7b15b85
drivers/memc/memc_mcux_flexspi.c
@@ -140,6 +140,8 @@ static int memc_flexspi_init(const struct device *dev)
140
#define MEMC_FLEXSPI_CFG_XIP(node_id) DT_SAME_NODE(node_id, DT_NODELABEL(flexspi))
141
#elif defined(CONFIG_XIP) && defined(CONFIG_CODE_FLEXSPI2)
142
#define MEMC_FLEXSPI_CFG_XIP(node_id) DT_SAME_NODE(node_id, DT_NODELABEL(flexspi2))
143
+#elif defined(CONFIG_SOC_SERIES_IMX_RT6XX)
144
+#define MEMC_FLEXSPI_CFG_XIP(node_id) IS_ENABLED(CONFIG_XIP)
145
#else
146
#define MEMC_FLEXSPI_CFG_XIP(node_id) false
147
#endif
0 commit comments