Skip to content

Commit b9bc2c0

Browse files
authored
Merge pull request #4065 from NXPmicro/K66_Move_bss_to_RAM2
K66F: Move bss section to m_data_2 Section
2 parents d7d4568 + 5d45b5a commit b9bc2c0

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_GCC_ARM/MK66FN2M0xxx18.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ SECTIONS
223223
. = ALIGN(4);
224224
__bss_end__ = .;
225225
__END_BSS = .;
226-
} > m_data
226+
} > m_data_2
227227

228228
.heap :
229229
{

0 commit comments

Comments
 (0)