diff options
author | Tom Rini <trini@ti.com> | 2013-06-05 08:55:35 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-05 08:55:35 -0400 |
commit | 1318d00e5894ac55bc6b7297f3eda97983b79fae (patch) | |
tree | 61af0fa9a78277998455eac609bb72d4a2058ea2 /include/configs/coreboot.h | |
parent | 99bd544ee76af3302b8421eaaddfe61f56915fc6 (diff) | |
parent | 1b393db5870927d68c42a46e6c5877c8d0d83910 (diff) |
Merge branch 'tpm' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r-- | include/configs/coreboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index be04a7548a..2fefdc80db 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -90,7 +90,8 @@ #endif /* Generic TPM interfaced through LPC bus */ -#define CONFIG_GENERIC_LPC_TPM +#define CONFIG_TPM +#define CONFIG_TPM_TIS_LPC #define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000 /*----------------------------------------------------------------------- |