mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-15 01:26:34 +00:00
fusee: artificially raise main length to avoid elf compilation issues (final size will be much smaller)
This commit is contained in:
parent
d083384f2f
commit
db8a367834
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue