mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed test-app default entry point in ARM.ld for CI
parent
3136682d7b
commit
ff962985e2
|
|
@ -1,6 +1,6 @@
|
|||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x0008100, LENGTH = 0x005FFF
|
||||
FLASH (rx) : ORIGIN = 0x0020100, LENGTH = 0x005FFF
|
||||
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 16K /* Run in lowmem */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue