summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/start/linkcmds.flexspi
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2021-07-07 16:37:27 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2021-07-08 10:05:37 +0200
commit89b652a54dd3ff1ff6fa0639d55b0aa2ec92d7b1 (patch)
treec59e8bad6ddfa24a5f48df218aaf4fd06a479af7 /bsps/arm/imxrt/start/linkcmds.flexspi
parentbsps/arm: Add start up support for ARMv6 RPi Models (diff)
downloadrtems-89b652a54dd3ff1ff6fa0639d55b0aa2ec92d7b1.tar.bz2
bsps/imxrt: Fix undefined symbol
Diffstat (limited to '')
-rw-r--r--bsps/arm/imxrt/start/linkcmds.flexspi2
1 files changed, 1 insertions, 1 deletions
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