mirror of https://github.com/wolfSSL/wolfBoot.git
Update test-app linker script flash size to match configured partition size in target.h
parent
92ed57832f
commit
4b2a5f94c5
|
|
@ -4,7 +4,7 @@ ENTRY( _reset )
|
|||
|
||||
MEMORY
|
||||
{
|
||||
FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 128K - 0x100
|
||||
FLASH(rxai!w) : ORIGIN = 0x20020100, LENGTH = 256K - 0x100
|
||||
RAM(wxa!ri) : ORIGIN = 0x80000000, LENGTH = 16K
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue