diff mbox

[U-Boot,2/5] x86: config: Reflect the name changes of LPC TPM configs

Message ID 1365800678-5251-2-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass April 12, 2013, 9:04 p.m. UTC
From: Tom Wai-Hong Tam <waihong@chromium.org>

The new name is more aligned with Linux kernel's naming of TPM driver.

Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 include/configs/coreboot.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index a4aa8f7..9237dde 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -77,7 +77,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
 
 /*-----------------------------------------------------------------------