Merge pull request #15355 from imi415/imxrt_ldscript_syntax

Targets: NXP: IMXRT: Fixed GCC_ARM lds syntax.
pull/15378/head
Martin Kojtal 2023-01-17 09:55:34 +00:00 committed by GitHub
commit 1dd0bce88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ SECTIONS
. = ALIGN(8); . = ALIGN(8);
} > m_flash_config } > m_flash_config
ivt_begin= ORIGIN(m_flash_config) + LENGTH(m_flash_config); ivt_begin = ORIGIN(m_flash_config) + LENGTH(m_flash_config);
.ivt : AT(ivt_begin) .ivt : AT(ivt_begin)
{ {

View File

@ -78,7 +78,7 @@ SECTIONS
. = ALIGN(8); . = ALIGN(8);
} > m_flash_config } > m_flash_config
ivt_begin= ORIGIN(m_flash_config) + LENGTH(m_flash_config); ivt_begin = ORIGIN(m_flash_config) + LENGTH(m_flash_config);
.ivt : AT(ivt_begin) .ivt : AT(ivt_begin)
{ {