diff --git a/soc/renesas/ra/ra8p1/sections.ld b/soc/renesas/ra/ra8p1/sections.ld index 8528b9afc833..26081042b5a1 100644 --- a/soc/renesas/ra/ra8p1/sections.ld +++ b/soc/renesas/ra/ra8p1/sections.ld @@ -71,3 +71,5 @@ SECTION_DATA_PROLOGUE(.option_setting_otp_pbps_sec, DT_REG_ADDR(DT_NODELABEL(opt KEEP(*(.option_setting_otp_pbps_sec)) } GROUP_LINK_IN(OFS_OTP_PBPS_SEC_MEMORY) #endif + +#endif diff --git a/soc/renesas/ra/ra8t1/sections.ld b/soc/renesas/ra/ra8t1/sections.ld index 43a873eb1567..60a1c54b4277 100644 --- a/soc/renesas/ra/ra8t1/sections.ld +++ b/soc/renesas/ra/ra8t1/sections.ld @@ -78,3 +78,5 @@ SECTION_DATA_PROLOGUE(.option_setting_bps_sel, DT_REG_ADDR(DT_NODELABEL(option_s KEEP(*(.option_setting_bps_sel)) } GROUP_LINK_IN(OFS_BPS_SEL_MEMORY) #endif + +#endif