summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;