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:
Petro Karashchenko 2021-11-27 15:52:27 +02:00 committed by Alan Carvalho de Assis
parent 22df553443
commit 7ba330dff1
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}