diff --git a/src/bootloader/lctech-f103.ld b/src/bootloader/lctech-f103.ld index 56dde87..a6e8e9e 100644 --- a/src/bootloader/lctech-f103.ld +++ b/src/bootloader/lctech-f103.ld @@ -28,5 +28,4 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f1.ld - +INCLUDE cortex-m-generic.ld diff --git a/src/lctech-f103.ld b/src/lctech-f103.ld index fc5714e..00b739d 100644 --- a/src/lctech-f103.ld +++ b/src/lctech-f103.ld @@ -28,5 +28,4 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f1.ld - +INCLUDE cortex-m-generic.ld diff --git a/src/stm32f4-discovery.ld b/src/stm32f4-discovery.ld index 927c786..c72a9bf 100644 --- a/src/stm32f4-discovery.ld +++ b/src/stm32f4-discovery.ld @@ -28,5 +28,5 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f4.ld +INCLUDE cortex-m-generic.ld