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