forked from xuos/xiuos
Update flash-mcuboot-app.ld
This commit is contained in:
parent
0a3ba23753
commit
3819716568
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
flash (rx) : ORIGIN = 0x60040000, LENGTH = 0x00100000
|
flash (rx) : ORIGIN = 0x60100000, LENGTH = 0x00100000
|
||||||
sram (rwx) : ORIGIN = 0x20200000, LENGTH = 0x00080000
|
sram (rwx) : ORIGIN = 0x20200000, LENGTH = 0x00080000
|
||||||
itcm (rwx) : ORIGIN = 0x00000000, LENGTH = 0x00020000
|
itcm (rwx) : ORIGIN = 0x00000000, LENGTH = 0x00020000
|
||||||
dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00020000
|
dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00020000
|
||||||
|
|
Loading…
Reference in New Issue