1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 13:11:49 +00:00

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 SciresM
parent 7480b6bb80
commit 4ffdf8d525

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
} }