arch/risc-v/esp32c3: Use the same naming for the RTC heap as ESP32 for

consistency.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-06-22 11:51:54 +01:00
committed by Masayuki Ishikawa
parent bdbc9ef04f
commit 60da4317b9
6 changed files with 65 additions and 65 deletions
@@ -250,7 +250,7 @@ SECTIONS
/* Whatever is left from the RTC memory is used as a special heap. */
_srtc_heap = ABSOLUTE(.);
_srtcheap = ABSOLUTE(.);
} >rtc_seg
}
@@ -91,4 +91,4 @@ MEMORY
/* Mark the end of the RTC heap (top of the RTC region) */
_ertc_heap = 0x50001fff;
_ertcheap = 0x50001fff;