mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-14 17:21:50 +00:00
change(bootloader): rename bootloader.ld -> bootloader.ld.in
This change passes file through compiler preprocessor which unlocks future code refactoring.
This commit is contained in:
@@ -14,7 +14,7 @@ extern "C" {
|
||||
|
||||
/**@{*/
|
||||
/**
|
||||
* @brief labels from bootloader linker script: bootloader.ld
|
||||
* @brief labels from bootloader linker script: bootloader.ld.in
|
||||
*
|
||||
*/
|
||||
extern int _bss_start;
|
||||
|
||||
Reference in New Issue
Block a user