K66F: Move bss section to m_data_2 Section

Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
pull/4065/head
Mahadevan Mahesh 2017-03-28 08:58:42 -05:00
parent cd7abc019f
commit 5d45b5a0ca
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ SECTIONS
. = ALIGN(4);
__bss_end__ = .;
__END_BSS = .;
} > m_data
} > m_data_2
.heap :
{