mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 16:13:00 +00:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue