fusee: artificially raise main length to avoid elf compilation issues (final size will be much smaller)

This commit is contained in:
hexkyz 2020-12-04 16:22:29 +00:00 committed by Michael Scire
parent d083384f2f
commit db8a367834

View file

@ -13,7 +13,7 @@ PHDRS
MEMORY MEMORY
{ {
NULL : ORIGIN = 0x00000000, LENGTH = 0x1000 NULL : ORIGIN = 0x00000000, LENGTH = 0x1000
main : ORIGIN = 0x40008000, LENGTH = 0x28000 main : ORIGIN = 0x40008000, LENGTH = 0x38000
low_iram : ORIGIN = 0x40000000, LENGTH = 0x6000 low_iram : ORIGIN = 0x40000000, LENGTH = 0x6000
} }