aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/armcm_boot.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-22 13:18:24 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-08-22 13:18:24 -0400
commitcaeb610bb911291f8ca28129b6f5ed1b494f0fec (patch)
tree51baa909e07c3cd4281530153a628f6ac6e748fc /src/generic/armcm_boot.c
parentff7be3e0261e844c81ae1d4c3f016c0b9dd75b77 (diff)
downloadkutter-caeb610bb911291f8ca28129b6f5ed1b494f0fec.tar.gz
kutter-caeb610bb911291f8ca28129b6f5ed1b494f0fec.tar.xz
kutter-caeb610bb911291f8ca28129b6f5ed1b494f0fec.zip
armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S
Rename the linker script so the build does not have any conflicts with the armcm_boot.d dependency file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/generic/armcm_boot.c')
-rw-r--r--src/generic/armcm_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generic/armcm_boot.c b/src/generic/armcm_boot.c
index c559c1c1..e11e2412 100644
--- a/src/generic/armcm_boot.c
+++ b/src/generic/armcm_boot.c
@@ -7,7 +7,7 @@
#include "armcm_boot.h" // DECL_ARMCM_IRQ
#include "board/internal.h" // SystemInit
-// Symbols created by armcm_boot.lds.S linker script
+// Symbols created by armcm_link.lds.S linker script
extern uint32_t _data_start, _data_end, _data_flash;
extern uint32_t _bss_start, _bss_end, _stack_start;