bsps/imxrt: Fix undefined symbol

This commit is contained in:
Christian Mauderer
2021-07-07 16:37:27 +02:00
parent 8b0e333487
commit 89b652a54d

View File

@@ -21,7 +21,7 @@ REGION_ALIAS ("REGION_NOCACHE_LOAD", FLASH);
bsp_vector_table_in_start_section = 1; bsp_vector_table_in_start_section = 1;
SECTIONS { SECTIONS {
. = imxrt_memory_flexspi_begin; . = imxrt_memory_flash_begin;
.flash_config : ALIGN_WITH_INPUT { .flash_config : ALIGN_WITH_INPUT {
KEEP(*(.boot_hdr.conf)) KEEP(*(.boot_hdr.conf))
} > FLASH_CONFIG AT > FLASH_CONFIG } > FLASH_CONFIG AT > FLASH_CONFIG