Skip to content

Commit 521d6ab

Browse files
mattia-moffadanielinux
authored andcommitted
Fix new stm32h5-tz-tpm.config
1 parent 076eabc commit 521d6ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/examples/stm32h5-tz-tpm.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ RAM_CODE?=1
2020
DUALBANK_SWAP?=0
2121
WOLFBOOT_PARTITION_SIZE?=0xA0000
2222
WOLFBOOT_SECTOR_SIZE?=0x2000
23+
WOLFBOOT_KEYVAULT_ADDRESS?=0x0C040000
24+
WOLFBOOT_KEYVAULT_SIZE?=0x1C000
25+
WOLFBOOT_NSC_ADDRESS?=0x0C05C000
26+
WOLFBOOT_NSC_SIZE?=0x4000
2327
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08060000
2428
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x0C100000
2529
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x0C1A0000
@@ -29,4 +33,4 @@ WOLFCRYPT_TZ=1
2933
WOLFCRYPT_TZ_PKCS11=1
3034
IMAGE_HEADER_SIZE?=1024
3135
ARMORED=1
32-
WOLFTPM=1
36+
WOLFTPM=1

0 commit comments

Comments
 (0)