Skip to content

Commit 9b7ad51

Browse files
khoa-nguyen-18KhiemNguyenT
authored andcommitted
hal: renesas: ra: change the config condition to select CPU1
Change the config condition to select CPU1 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 800fb2f commit 9b7ad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8p1/bsp_mcu_family_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define CPU0 (0)
2020
#define CPU1 (1)
2121

22-
#ifdef CONFIG_CPU_CORTEX_M33
22+
#ifdef CONFIG_SOC_RA_SECOND_CORE_BUILD
2323
#define BSP_CFG_CPU_CORE (1)
2424
#define BSP_CFG_SKIP_INIT (1)
2525
#define BSP_SECONDARY_CORE_BUILD (1)

0 commit comments

Comments
 (0)