boards/same70-xplained/scripts: fix memory region size for MCUboot app
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
22df553443
commit
7ba330dff1
@ -31,7 +31,7 @@
|
||||
|
||||
MEMORY
|
||||
{
|
||||
flash (rx) : ORIGIN = 0x00420200, LENGTH = 2048K - 128K - 0x200
|
||||
flash (rx) : ORIGIN = 0x00420200, LENGTH = 896K - 0x200
|
||||
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 384K
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
MEMORY
|
||||
{
|
||||
flash (rx) : ORIGIN = 0x00420200, LENGTH = 2048K - 128K - 0x200
|
||||
flash (rx) : ORIGIN = 0x00420200, LENGTH = 896K - 0x200
|
||||
sram (rwx) : ORIGIN = 0x20400000, LENGTH = 384K
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user