diff --git a/boards/risc-v/esp32c3/common/scripts/flat_memory.ld b/boards/risc-v/esp32c3/common/scripts/flat_memory.ld index 217acca3b7..1c35a388c4 100644 --- a/boards/risc-v/esp32c3/common/scripts/flat_memory.ld +++ b/boards/risc-v/esp32c3/common/scripts/flat_memory.ld @@ -19,12 +19,13 @@ ****************************************************************************/ /**************************************************************************** + * ESP32-C3 Linker Script Memory Layout + * * This file describes the memory layout (memory blocks) as virtual * memory addresses. * - * NOTE: That this is not the actual linker script but rather a "template" - * for the esp32c3_out.ld script. This template script is passed through - * the C preprocessor to include selected configuration options. + * _sections.ld contains output sections to link compiler + * output into these memory blocks. * ****************************************************************************/ diff --git a/boards/xtensa/esp32s3/common/scripts/flat_memory.ld b/boards/xtensa/esp32s3/common/scripts/flat_memory.ld index 04d999f8b3..1abca23a1e 100644 --- a/boards/xtensa/esp32s3/common/scripts/flat_memory.ld +++ b/boards/xtensa/esp32s3/common/scripts/flat_memory.ld @@ -24,8 +24,8 @@ * This file describes the memory layout (memory blocks) as virtual * memory addresses. * - * esp32s3_sections.ld contains output sections to link compiler output - * into these memory blocks. + * _sections.ld contains output sections to link compiler + * output into these memory blocks. * ****************************************************************************/