Fine tune break-even point
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user