mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 15:41:31 -05:00
adjust ewram size
reboot stub is placed at ramtop - 48K
This commit is contained in:
parent
902fd855ae
commit
ccc156d51d
|
|
@ -1,7 +1,7 @@
|
||||||
MEMORY {
|
MEMORY {
|
||||||
|
|
||||||
rom : ORIGIN = 0x08000000, LENGTH = 32M
|
rom : ORIGIN = 0x08000000, LENGTH = 32M
|
||||||
ewram : ORIGIN = 0x02000000, LENGTH = 4M - 32k
|
ewram : ORIGIN = 0x02000000, LENGTH = 4M - 48k
|
||||||
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
|
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
|
||||||
vectors : ORIGIN = 0x01000000, LENGTH = 256
|
vectors : ORIGIN = 0x01000000, LENGTH = 256
|
||||||
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256
|
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ewram : ORIGIN = 0x02000000, LENGTH = 16M - 32k
|
ewram : ORIGIN = 0x02000000, LENGTH = 16M - 48k
|
||||||
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
|
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
|
||||||
vectors : ORIGIN = 0x01000000, LENGTH = 256
|
vectors : ORIGIN = 0x01000000, LENGTH = 256
|
||||||
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256
|
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user