[rtems commit] bsps/imxrt: Fix undefined symbol

Christian Mauderer christianm at rtems.org
Thu Jul 8 08:05:58 UTC 2021


Module:    rtems
Branch:    master
Commit:    89b652a54dd3ff1ff6fa0639d55b0aa2ec92d7b1
Changeset: http://git.rtems.org/rtems/commit/?id=89b652a54dd3ff1ff6fa0639d55b0aa2ec92d7b1

Author:    Christian Mauderer <christian.mauderer at embedded-brains.de>
Date:      Wed Jul  7 16:37:27 2021 +0200

bsps/imxrt: Fix undefined symbol

---

 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 ceed164..b4e77b7 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



More information about the vc mailing list