K66F: Move bss section to m_data_2 Section

Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
pull/4134/head
Mahadevan Mahesh 2017-03-28 08:58:42 -05:00 committed by Anna Bridge
parent 95ccafa7f6
commit 4d3a34ee29
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 :
{