Skip to content

Commit 855b968

Browse files
committed
Activate debug in sim_tpm tests
1 parent ab6b1bb commit 855b968

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/examples/sim-tpm-keystore.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET=sim
33
SIGN?=ECC256
44
HASH?=SHA256
55
SPI_FLASH=0
6-
DEBUG=0
6+
DEBUG=1
77
WOLFTPM=1
88

99
# sizes should be multiple of system page size

config/examples/sim-tpm-measured.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET=sim
33
SIGN?=ECC256
44
HASH?=SHA256
55
SPI_FLASH=0
6-
DEBUG=0
6+
DEBUG=1
77
WOLFTPM=1
88

99
# sizes should be multiple of system page size

config/examples/sim-tpm-seal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET=sim
33
SIGN?=ECC256
44
HASH?=SHA256
55
SPI_FLASH=0
6-
DEBUG=0
6+
DEBUG=1
77
WOLFTPM=1
88

99
# sizes should be multiple of system page size

config/examples/sim-tpm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TARGET=sim
44
SIGN?=ECC256
55
HASH?=SHA256
66
SPI_FLASH=0
7-
DEBUG=0
7+
DEBUG=1
88
WOLFTPM=1
99
# enable offloading of asymmetric verify to TPM
1010
WOLFBOOT_TPM_VERIFY?=1

0 commit comments

Comments
 (0)