mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-08 15:18:21 +01: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
@ -13,7 +13,7 @@ PHDRS
|
||||
MEMORY
|
||||
{
|
||||
NULL : ORIGIN = 0x00000000, LENGTH = 0x1000
|
||||
main : ORIGIN = 0x40008000, LENGTH = 0x28000
|
||||
main : ORIGIN = 0x40008000, LENGTH = 0x38000
|
||||
low_iram : ORIGIN = 0x40000000, LENGTH = 0x6000
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user