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:
Alexey Lapshin
2025-09-18 12:48:50 +07:00
committed by BOT
parent c6e65586e3
commit d9389ba082
21 changed files with 169 additions and 67 deletions

View File

@@ -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;