File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11MEMORY
22{
33 /* If FLASH_KEYVAULT or FLASH_NSC length is adjusted FLASH length needs adjusted too */
4- FLASH (rx) : ORIGIN = @WOLFBOOT_ORIGIN@, LENGTH = @BOOTLOADER_PARTITION_SIZE@ - 0x1C000 - 0x4000
4+ FLASH (rx) : ORIGIN = @WOLFBOOT_ORIGIN@, LENGTH = @BOOTLOADER_PARTITION_SIZE@ - 0x1E000 - 0x2000
55 RAM (rwx) : ORIGIN = 0x30000000 , LENGTH = 0x20000
66 RAM_KV (rw) : ORIGIN = 0x30020000 , LENGTH = 0x10000
77 RAM_HEAP (rw) : ORIGIN = 0x30030000 , LENGTH = 0x10000 /* 64KB Heap for wolfcrypt/PKCS11 */
8- FLASH_KEYVAULT (rw) : ORIGIN = @WOLFBOOT_ORIGIN@ + LENGTH (FLASH), LENGTH = 0x1C000
9- FLASH_NSC (rx) : ORIGIN = @WOLFBOOT_ORIGIN@ + LENGTH (FLASH) + LENGTH (FLASH_KEYVAULT), LENGTH = 0x4000
8+ FLASH_KEYVAULT (rw) : ORIGIN = @WOLFBOOT_ORIGIN@ + LENGTH (FLASH), LENGTH = 0x1E000
9+ FLASH_NSC (rx) : ORIGIN = @WOLFBOOT_ORIGIN@ + LENGTH (FLASH) + LENGTH (FLASH_KEYVAULT), LENGTH = 0x2000
1010}
1111
1212SECTIONS
You can’t perform that action at this time.
0 commit comments