summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/tpm_registers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/tpm_registers.c b/common/tpm_registers.c
index 185cadf97f..fdbe771dec 100644
--- a/common/tpm_registers.c
+++ b/common/tpm_registers.c
@@ -27,12 +27,12 @@
#include "wp.h"
/*
- * Do not enable TPM if crypto test is enabled - there is no room in the flash
- * for both.
+ * ENABLE_TPM can be used to free up a bunch of space for developing features
+ * running up on the space limits.
*/
-#ifndef CRYPTO_TEST_SETUP
#define ENABLE_TPM
+#ifdef ENABLE_TPM
/* TPM2 library includes. */
#include "ExecCommand_fp.h"
#include "Platform.h"