Skip to content

Commit

Permalink
Fix: SRAM went over 0x20040000
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Feb 27, 2021
1 parent c1432da commit 4ae79fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sd-bootloader-ng/bootmanager/bootmgr.debug.ld
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HEAP_SIZE = 0x00000200;
MEMORY
{
/*SRAM (rwx) : ORIGIN = 0x20038000, LENGTH = 0x8000*/
SRAM (rwx) : ORIGIN = 0x20034000, LENGTH = 0x12000
SRAM (rwx) : ORIGIN = 0x20034000, LENGTH = 0xC000
APPTARGET (rwx) : ORIGIN = 0x20004000, LENGTH = 0x30000
SRAM2 (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000
}
Expand Down

0 comments on commit 4ae79fa

Please sign in to comment.