From bd0e03fecf8db2dbe83a73d060af8d5faf9280a0 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Mon, 14 Jun 2021 10:20:14 +0100 Subject: [PATCH] boards/risc-v/esp32c3-devkit/esp32c3.ld: Add the RTC BSS section for completeness. Signed-off-by: Abdelatif Guettouche --- boards/risc-v/esp32c3/esp32c3-devkit/scripts/esp32c3.ld | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/scripts/esp32c3.ld b/boards/risc-v/esp32c3/esp32c3-devkit/scripts/esp32c3.ld index 4640d22515b..8115572f232 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit/scripts/esp32c3.ld +++ b/boards/risc-v/esp32c3/esp32c3-devkit/scripts/esp32c3.ld @@ -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 :