Skip to content

Commit

Permalink
Targets: NXP: IMXRT: Fixed GCC_ARM lds syntax.
Browse files Browse the repository at this point in the history
Signed-off-by: Yilin Sun <[email protected]>
  • Loading branch information
imi415 committed Jan 2, 2023
1 parent c299c8b commit 91ce405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SECTIONS
. = ALIGN(8);
} > 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)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SECTIONS
. = ALIGN(8);
} > 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)
{
Expand Down

0 comments on commit 91ce405

Please sign in to comment.