aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/tpm/tpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pc80/tpm/tpm.c')
-rw-r--r--src/drivers/pc80/tpm/tpm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/pc80/tpm/tpm.c b/src/drivers/pc80/tpm/tpm.c
index ea1109510e..064cb994fb 100644
--- a/src/drivers/pc80/tpm/tpm.c
+++ b/src/drivers/pc80/tpm/tpm.c
@@ -49,11 +49,6 @@
/* coreboot wrapper for TPM driver (end) */
-#ifndef CONFIG_TPM_TIS_BASE_ADDRESS
-/* Base TPM address standard for x86 systems */
-#define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000
-#endif
-
/* the macro accepts the locality value, but only locality 0 is operational */
#define TIS_REG(LOCALITY, REG) \
(void *)(CONFIG_TPM_TIS_BASE_ADDRESS + (LOCALITY << 12) + REG)