mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15355 from imi415/imxrt_ldscript_syntax
Targets: NXP: IMXRT: Fixed GCC_ARM lds syntax.pull/15378/head
commit
1dd0bce88c
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue