ld: update ld script to updated libopencm3

This commit is contained in:
King Kévin 2020-01-12 15:52:27 +01:00
parent 0e31640e62
commit 7002937d23
2 changed files with 4 additions and 4 deletions

View File

@ -26,5 +26,5 @@ PROVIDE(__flash_end = 0);
/* RAM location reserved so application can talk to bootloader and tell to start DFU */ /* RAM location reserved so application can talk to bootloader and tell to start DFU */
PROVIDE(__dfu_magic = ORIGIN(ram) - 4); PROVIDE(__dfu_magic = ORIGIN(ram) - 4);
/* include rest of the definitions for the STM32F1 family */ /* include rest of the definitions for the ARM Cortex-M, including STM32F1 family */
INCLUDE libopencm3_stm32f1.ld INCLUDE cortex-m-generic.ld

View File

@ -26,5 +26,5 @@ PROVIDE(__flash_end = 0);
/* RAM location reserved so application can talk to bootloader and tell to start DFU */ /* RAM location reserved so application can talk to bootloader and tell to start DFU */
PROVIDE(__dfu_magic = ORIGIN(ram) - 4); PROVIDE(__dfu_magic = ORIGIN(ram) - 4);
/* include rest of the definitions for the STM32F1 family */ /* include rest of the definitions for the ARM Cortex-M, including STM32F1 family */
INCLUDE libopencm3_stm32f1.ld INCLUDE cortex-m-generic.ld