@@ -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
} > 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
@@ -55,7 +55,7 @@ SECTIONS
@@ -50,7 +50,7 @@ SECTIONS
@@ -52,7 +52,7 @@ SECTIONS