File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -181,3 +181,5 @@ Patch List:
181181 Impacted files:
182182 drivers/ra/fsp/src/bsp/mcu/ra8d2/bsp_linker.c
183183 drivers/ra/fsp/src/bsp/mcu/ra8m2/bsp_linker.c
184+ drivers/ra/fsp/src/bsp/mcu/ra8p1/bsp_linker.c
185+ drivers/ra/fsp/src/bsp/mcu/ra8t2/bsp_linker.c
Original file line number Diff line number Diff line change 99/* UNCRUSTIFY-OFF */
1010
1111/* boot loaded applications cannot set ofs registers (only do so in the boot loader) */
12- #ifndef BSP_BOOTLOADED_APPLICATION
12+ #ifndef CONFIG_BOOTLOADER_MCUBOOT
1313/** configuration register output to sections */
1414#if defined BSP_CFG_OPTION_SETTING_OFS0 && !BSP_TZ_NONSECURE_BUILD && (BSP_CFG_CPU_CORE == 0 )
1515BSP_DONT_REMOVE static const uint32_t BSP_PLACE_IN_SECTION (".option_setting_ofs0" ) g_bsp_cfg_option_setting_ofs0 [ ] = {BSP_CFG_OPTION_SETTING_OFS0 };
Original file line number Diff line number Diff line change 99/* UNCRUSTIFY-OFF */
1010
1111/* boot loaded applications cannot set ofs registers (only do so in the boot loader) */
12- #ifndef BSP_BOOTLOADED_APPLICATION
12+ #ifndef CONFIG_BOOTLOADER_MCUBOOT
1313/** configuration register output to sections */
1414#if defined BSP_CFG_OPTION_SETTING_OFS0 && !BSP_TZ_NONSECURE_BUILD && (BSP_CFG_CPU_CORE == 0 )
1515BSP_DONT_REMOVE static const uint32_t BSP_PLACE_IN_SECTION (".option_setting_ofs0" ) g_bsp_cfg_option_setting_ofs0 [ ] = {BSP_CFG_OPTION_SETTING_OFS0 };
You can’t perform that action at this time.
0 commit comments