[PATCH] bsps/imxrt: Fix undefined symbol
Christian Mauderer
christian.mauderer at embedded-brains.de
Wed Jul 7 14:37:27 UTC 2021
---
bsps/arm/imxrt/start/linkcmds.flexspi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.26.2
More information about the devel
mailing list