Skip to content

Commit f1813e5

Browse files
committed
Remove keep keyword for .heap section
1 parent b9f8e2a commit f1813e5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CPROTO_064_SB/device/TOOLCHAIN_GCC_ARM/cyb06xx7_cm4_dual.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ SECTIONS
357357
__HeapBase = .;
358358
__end__ = .;
359359
end = __end__;
360-
KEEP(*(.heap*))
360+
*(.heap*)
361361
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
362362
__HeapLimit = .;
363363
} > ram

0 commit comments

Comments
 (0)