Remove 'flash' from the ram-based linker script filename.

This commit is contained in:
Dominic Clifton 2020-03-26 14:50:59 +01:00
parent a4f9e42104
commit fb6f93bc0d
2 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ FIRMWARE_SIZE := 448
# TARGET_FLASH now becomes the amount of RAM memory that is occupied by the firmware
# and the maximum size of the data stored on the external storage device.
MCU_FLASH_SIZE := FIRMWARE_SIZE
DEFAULT_LD_SCRIPT = $(LINKER_DIR)/stm32_flash_h743_ram_based.ld
DEFAULT_LD_SCRIPT = $(LINKER_DIR)/stm32_ram_h743.ld
endif
else ifeq ($(TARGET),$(filter $(TARGET),$(H750xB_TARGETS)))