mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
[stage2] Forgot to change that, too
This commit is contained in:
parent
d390ead56f
commit
170cd2d8c4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ENTRY(_start)
|
|||
MEMORY
|
||||
{
|
||||
NULL : ORIGIN = 0x00000000, LENGTH = 0x1000
|
||||
main : ORIGIN = 0xFFF00000, LENGTH = 0x00100000
|
||||
main : ORIGIN = 0xF0000000, LENGTH = 0x10000000
|
||||
low_iram : ORIGIN = 0x40003000, LENGTH = 0x8000
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue