xtensa/esp32s2: Rename linker scripts into more meaningful names

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei
2022-12-07 12:16:44 -03:00
committed by Xiang Xiao
parent f78c6432d8
commit afd95058c0
5 changed files with 17 additions and 41 deletions
@@ -1,12 +1,12 @@
/****************************************************************************
* boards/xtensa/esp32s2/common/scripts/esp32s2_memory.ld
* boards/xtensa/esp32s2/common/scripts/flat_memory.ld
* ESP32-S2 Linker Script Memory Layout
*
* This file describes the memory layout (memory blocks) as virtual
* memory addresses.
*
* esp32s2_sections.ld contains output sections to link compiler output
* into these memory blocks.
* <legacy/mcuboot>_sections.ld contains output sections to link compiler
* output into these memory blocks.
*
****************************************************************************/
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/xtensa/esp32s2/common/scripts/esp32s2_sections.ld
* boards/xtensa/esp32s2/common/scripts/legacy_sections.ld
****************************************************************************/
/* Default entry point: */
@@ -1,5 +1,5 @@
/****************************************************************************
* boards/xtensa/esp32s2/common/scripts/esp32s2_mcuboot.ld
* boards/xtensa/esp32s2/common/scripts/mcuboot_sections.ld
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with