Fine tune break-even point

This commit is contained in:
2024-02-29 14:47:57 +01:00
parent 4661ab7051
commit d3bb75b84b
4 changed files with 29 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ SECTIONS
.bss : { *(.bss) } > dram
. = ALIGN(8);
. = . + 0x100000; # 1 MiB Stack
. = . + 0x10000000; # 100 MiB Stack
LD_STACK_PTR = .;
.pim_config : { KEEP(*(.pim_config)) } > dram_pim_config