diff options
| author | Tom Wai-Hong Tam <waihong@chromium.org> | 2013-04-12 11:04:35 +0000 | 
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2013-06-03 01:26:25 -0700 | 
| commit | 5bdf46b71b26263d090ccdb1c6679afd085f0323 (patch) | |
| tree | 3509db57307e57a481892e494c67f3ef13d054db | |
| parent | 90899cc0144f4dea0fa402af1bf8be37c215e785 (diff) | |
| download | olio-uboot-2014.01-5bdf46b71b26263d090ccdb1c6679afd085f0323.tar.xz olio-uboot-2014.01-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>
| -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 be04a7548..2fefdc80d 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  /*----------------------------------------------------------------------- |