mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
bsps/imxrt: Fix undefined symbol
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user