mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
xtensa/esp32s2: Rename linker scripts into more meaningful names
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
f78c6432d8
commit
afd95058c0
+3
-3
@@ -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
-1
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* boards/xtensa/esp32s2/common/scripts/esp32s2_sections.ld
|
||||
* boards/xtensa/esp32s2/common/scripts/legacy_sections.ld
|
||||
****************************************************************************/
|
||||
|
||||
/* Default entry point: */
|
||||
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user