summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 18:31:18 -0600
committerSimon Glass <sjg@chromium.org>2015-08-31 07:57:27 -0600
commitafc84dec1c2721269c8eaad13a938fa18360dbc7 (patch)
treec5bd7644e8e5dbe92e8aacaee35efefdf843f4c7 /include
parent3a3f8e946bd77a2978731793eb287ec6099c4a52 (diff)
downloadblackbird-obmc-uboot-afc84dec1c2721269c8eaad13a938fa18360dbc7.tar.gz
blackbird-obmc-uboot-afc84dec1c2721269c8eaad13a938fa18360dbc7.zip
tpm: Drop two unused options
The address of the I2C TPM is now defined in the device tree so there is no need for the CONFIG options. Remove them from the README and board config to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Christophe Ricard <christophe-h.ricard@st.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos5-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
index e710f41f79..fb5ee0d39a 100644
--- a/include/configs/exynos5-common.h
+++ b/include/configs/exynos5-common.h
@@ -58,8 +58,6 @@
#define CONFIG_TPM
#define CONFIG_CMD_TPM
#define CONFIG_TPM_TIS_I2C
-#define CONFIG_TPM_TIS_I2C_BUS_NUMBER 3
-#define CONFIG_TPM_TIS_I2C_SLAVE_ADDR 0x20
/* MMC SPL */
#define COPY_BL2_FNPTR_ADDR 0x02020030
OpenPOWER on IntegriCloud