mirror of https://github.com/wolfSSL/wolfBoot.git
Changed FLASH ORIGIN
parent
ff28cec38a
commit
2a6c394e97
|
@ -1,6 +1,6 @@
|
|||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = ##WOLFBOOT_PARTITION_BOOT_ADDRESS##
|
||||
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = ##WOLFBOOT_PARTITION_BOOT_ADDRESS##
|
||||
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00018000
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue