summaryrefslogtreecommitdiffstats
path: root/boot/bootloader.ld
diff options
context:
space:
mode:
Diffstat (limited to 'boot/bootloader.ld')
-rw-r--r--boot/bootloader.ld2
1 files changed, 1 insertions, 1 deletions
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;