Skip to content

Commit f92d3f9

Browse files
committed
Remove keep keyword for .heap section
1 parent c950150 commit f92d3f9

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT/device/TARGET_MCU_PSOC6_M4/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT/device/TARGET_MCU_PSOC6_M4/TOOLCHAIN_GCC_ARM/cy8c6xx7_cm4_dual.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ SECTIONS
369369
__HeapBase = .;
370370
__end__ = .;
371371
end = __end__;
372-
KEEP(*(.heap*))
372+
*(.heap*)
373373
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
374374
__HeapLimit = .;
375375
} > ram

0 commit comments

Comments
 (0)