summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hooper <[email protected]>2023-07-01 07:59:39 -0400
committerAndrew Hooper <[email protected]>2023-07-01 07:59:39 -0400
commit7d45a43f57c805f3d7b48638aee2e997bff08b96 (patch)
treeb1ebe4afd1920dab587df028c38758eabe2d2bcb
parent3a5f43528e6f678cd44b0e4691152a4f6bbb1e38 (diff)
Correct loader file
-rw-r--r--hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk b/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk
index a184804d3..2593978ec 100644
--- a/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk
+++ b/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk
@@ -2,7 +2,7 @@ CFLAGS += -DSTM32F407xx
# GCC
GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s
-GCC_LD_FILE = $(BOARD_PATH)/STM32F407VGTx_FLASH.ld
+GCC_LD_FILE = $(BOARD_PATH)/STM32F407VETX_FLASH.ld
# IAR
IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s