boards/risc-v/esp32c3-devkit/esp32c3.ld: Add the RTC BSS section for
completeness. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
61f7bc6e2a
commit
bd0e03fecf
@ -234,6 +234,13 @@ SECTIONS
|
||||
. = SIZEOF(.rtc.text);
|
||||
} >rtc_seg
|
||||
|
||||
/* RTC BSS section. */
|
||||
|
||||
.rtc.bss (NOLOAD) :
|
||||
{
|
||||
*(.rtc.bss)
|
||||
} >rtc_seg
|
||||
|
||||
/* RTC data section holds RTC wake stub data/rodata. */
|
||||
|
||||
.rtc.data :
|
||||
|
Loading…
Reference in New Issue
Block a user