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 c409715 commit 1931067Copy full SHA for 1931067
drivers/ethernet/eth_stm32_hal.c
@@ -70,7 +70,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
70
#define __eth_stm32_desc __dtcm_noinit_section
71
#define __eth_stm32_buf __dtcm_noinit_section
72
#elif defined(CONFIG_SOC_SERIES_STM32H7X) && \
73
- DT_NODE_HAS_STATUS(DT_NODELABEL(sram3), okay)
+ DT_NODE_HAS_STATUS(DT_ALIAS(sramnocache), okay)
74
#define __eth_stm32_desc __attribute__((section(".eth_stm32_desc")))
75
#define __eth_stm32_buf __attribute__((section(".eth_stm32_buf")))
76
#elif defined(CONFIG_NOCACHE_MEMORY)
0 commit comments