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 d02669b commit 4af6230Copy full SHA for 4af6230
zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8p1/bsp_cfg.h
@@ -41,7 +41,7 @@
41
#endif
42
43
#ifdef CONFIG_SOC_RA_ENABLE_START_SECOND_CORE
44
-#define BSP_PARTITION_FLASH_CPU1_S_START DT_REG_ADDR(DT_NODELABEL(flash1))
+#define BSP_PARTITION_FLASH_CPU1_S_START DT_REG_ADDR(DT_NODELABEL(code_mram_cm33))
45
#endif /* CONFIG_SOC_RA_ENABLE_START_SECOND_CORE */
46
47
#endif /* BSP_CFG_H_ */
0 commit comments