We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0e13e commit dc2caedCopy full SHA for dc2caed
1 file changed
src/tpm2.c
@@ -37,13 +37,6 @@
37
/* --- Local Variables -- */
38
/******************************************************************************/
39
40
-#if defined(WOLFTPM_SWTPM_UARTNS550)
41
- /* having this as static and as thread local storage causes run time issues
42
- * with Xilinx FSBL use */
43
- TPM2_CTX* gActiveTPM;
44
-#else
45
- static THREAD_LS_T TPM2_CTX* gActiveTPM;
46
-#endif
47
#ifndef WOLFTPM2_NO_WOLFCRYPT
48
static volatile int gWolfCryptRefCount = 0;
49
#endif
0 commit comments