summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorTom Wai-Hong Tam <waihong@chromium.org>2013-04-12 11:04:35 +0000
committerSimon Glass <sjg@chromium.org>2013-06-03 01:26:25 -0700
commit5bdf46b71b26263d090ccdb1c6679afd085f0323 (patch)
tree3509db57307e57a481892e494c67f3ef13d054db /include/configs/coreboot.h
parent90899cc0144f4dea0fa402af1bf8be37c215e785 (diff)
downloadtalos-obmc-uboot-5bdf46b71b26263d090ccdb1c6679afd085f0323.tar.gz
talos-obmc-uboot-5bdf46b71b26263d090ccdb1c6679afd085f0323.zip
x86: config: Reflect the name changes of LPC TPM configs
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>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h3
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
/*-----------------------------------------------------------------------
OpenPOWER on IntegriCloud