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:
parent
10ac2b25f4
commit
40fe10ba15
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user