summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-09 11:50:46 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-09 11:50:46 +0000
commit513cb94e3a1bcbbcc0fe292ec7547a9118168060 (patch)
tree0855362b4955010bb41a5917d07e8a8fc6690677
parent269f2a83fff7618567ebc06b89f89eb6043c8fda (diff)
downloadclock-513cb94e3a1bcbbcc0fe292ec7547a9118168060.tar.gz
clock-513cb94e3a1bcbbcc0fe292ec7547a9118168060.tar.bz2
clock-513cb94e3a1bcbbcc0fe292ec7547a9118168060.zip
fix build for tim
-rw-r--r--app/clockv2.ld2
-rw-r--r--boot/bootloader.ld2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/clockv2.ld b/app/clockv2.ld
index 325e7ce..a9c8199 100644
--- a/app/clockv2.ld
+++ b/app/clockv2.ld
@@ -8,7 +8,7 @@ MEMORY
}
/* Include the common ld script. */
-INCLUDE libopencm3_stm32f4.ld
+INCLUDE cortex-m-generic.ld
dfu_shared_location = ORIGIN(ram) + LENGTH(ram) - 1024;
diff --git a/boot/bootloader.ld b/boot/bootloader.ld
index cedb886..a2a9240 100644
--- a/boot/bootloader.ld
+++ b/boot/bootloader.ld
@@ -26,7 +26,7 @@ MEMORY
}
/* Include the common ld script. */
-INCLUDE libopencm3_stm32f4.ld
+INCLUDE cortex-m-generic.ld
dfu_shared_location = ORIGIN(ram) + LENGTH(ram) - 1024;