Skip to content

Commit

Permalink
Increase memory Island to 256 kiB
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Dec 6, 2024
1 parent c7f3a83 commit b0240fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/link/common.ldh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MEMORY {
/* If more SPM is available, CRT0 repoints the stack. */
extrom (rx) : ORIGIN = 0x00000000, LENGTH = 48K
spm (rwx) : ORIGIN = 0x10000000, LENGTH = 64K
memisl (rwx) : ORIGIN = 0x48000000, LENGTH = 64K
memisl (rwx) : ORIGIN = 0x48000000, LENGTH = 256K
/* We assume at least 8 MiB of DRAM (minimum for Linux). */
dram (rwx) : ORIGIN = 0x80000000, LENGTH = 8M
}
Expand Down

0 comments on commit b0240fb

Please sign in to comment.