summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Tpm12.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Tpm12.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Tpm12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Tpm12.h b/MdePkg/Include/IndustryStandard/Tpm12.h
index 7f8bf1f6a0..244f7bb7ec 100644
--- a/MdePkg/Include/IndustryStandard/Tpm12.h
+++ b/MdePkg/Include/IndustryStandard/Tpm12.h
@@ -19,7 +19,7 @@
///
/// The start of TPM return codes
///
-#define TPM_BASE (EFI_MAX_BIT + (EFI_MAX_BIT >> 1))
+#define TPM_BASE (MAX_BIT + (MAX_BIT >> 1))
//
// All structures MUST be packed on a byte boundary.