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:
Abdelatif Guettouche 2021-06-14 10:20:14 +01:00 committed by Xiang Xiao
parent 61f7bc6e2a
commit bd0e03fecf

View File

@ -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 :