mirror of https://github.com/ARMmbed/mbed-os.git
K66F: Move bss section to m_data_2 Section
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>pull/4065/head
parent
cd7abc019f
commit
5d45b5a0ca
|
@ -223,7 +223,7 @@ SECTIONS
|
|||
. = ALIGN(4);
|
||||
__bss_end__ = .;
|
||||
__END_BSS = .;
|
||||
} > m_data
|
||||
} > m_data_2
|
||||
|
||||
.heap :
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue