From 89b652a54dd3ff1ff6fa0639d55b0aa2ec92d7b1 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Wed, 7 Jul 2021 16:37:27 +0200 Subject: bsps/imxrt: Fix undefined symbol --- bsps/arm/imxrt/start/linkcmds.flexspi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/arm/imxrt') diff --git a/bsps/arm/imxrt/start/linkcmds.flexspi b/bsps/arm/imxrt/start/linkcmds.flexspi index ceed164894..b4e77b7061 100644 --- a/bsps/arm/imxrt/start/linkcmds.flexspi +++ b/bsps/arm/imxrt/start/linkcmds.flexspi @@ -21,7 +21,7 @@ REGION_ALIAS ("REGION_NOCACHE_LOAD", FLASH); bsp_vector_table_in_start_section = 1; SECTIONS { - . = imxrt_memory_flexspi_begin; + . = imxrt_memory_flash_begin; .flash_config : ALIGN_WITH_INPUT { KEEP(*(.boot_hdr.conf)) } > FLASH_CONFIG AT > FLASH_CONFIG -- cgit v1.2.3