4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 07:23:36 +08:00

[nxp][link script] format issue

report in slack group
This commit is contained in:
Meco Man 2022-08-14 16:36:51 -04:00 committed by Man, Jianting (Meco)
parent 10ac2b25f4
commit 40fe10ba15
8 changed files with 8 additions and 8 deletions

View File

@ -81,7 +81,7 @@ SECTIONS
. = ALIGN(4);
} > 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)
{

View File

@ -78,7 +78,7 @@ SECTIONS
. = ALIGN(4);
} > m_boot_data
ivt_begin= ORIGIN(m_boot_data) + LENGTH(m_boot_data);
ivt_begin = ORIGIN(m_boot_data) + LENGTH(m_boot_data);
.image_vertor_table : AT(ivt_begin)
{

View File

@ -53,7 +53,7 @@ SECTIONS
. = ALIGN(4);
} > 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)
{

View File

@ -55,7 +55,7 @@ SECTIONS
. = ALIGN(4);
} > 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)
{

View File

@ -50,7 +50,7 @@ SECTIONS
. = ALIGN(4);
} > 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)
{

View File

@ -52,7 +52,7 @@ SECTIONS
. = ALIGN(4);
} > 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)
{

View File

@ -81,7 +81,7 @@ SECTIONS
. = ALIGN(4);
} > 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)
{

View File

@ -78,7 +78,7 @@ SECTIONS
. = ALIGN(4);
} > m_boot_data
ivt_begin= ORIGIN(m_boot_data) + LENGTH(m_boot_data);
ivt_begin = ORIGIN(m_boot_data) + LENGTH(m_boot_data);
.image_vertor_table : AT(ivt_begin)
{