]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tpm: Drop two unused options
authorSimon Glass <sjg@chromium.org>
Sun, 23 Aug 2015 00:31:18 +0000 (18:31 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:16 +0000 (12:19 +0200)
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>
README
include/configs/exynos5-common.h

diff --git a/README b/README
index cb0236aaee56be3d5e3c63a772445fec921064dc..5980f6da85c6f5699ba27003b72a1c0dbeb7b343 100644 (file)
--- a/README
+++ b/README
@@ -1604,12 +1604,6 @@ The following options need to be configured:
                Support for i2c bus TPM devices. Only one device
                per system is supported at this time.
 
                Support for i2c bus TPM devices. Only one device
                per system is supported at this time.
 
-                       CONFIG_TPM_TIS_I2C_BUS_NUMBER
-                       Define the the i2c bus number for the TPM device
-
-                       CONFIG_TPM_TIS_I2C_SLAVE_ADDRESS
-                       Define the TPM's address on the i2c bus
-
                        CONFIG_TPM_TIS_I2C_BURST_LIMITATION
                        Define the burst count bytes upper limit
 
                        CONFIG_TPM_TIS_I2C_BURST_LIMITATION
                        Define the burst count bytes upper limit
 
index e710f41f79e2bc9adc32645fd8d88eb4638bfd74..fb5ee0d39a07e9ed12cb2ec30092cdd0be1c5a8d 100644 (file)
@@ -58,8 +58,6 @@
 #define CONFIG_TPM
 #define CONFIG_CMD_TPM
 #define CONFIG_TPM_TIS_I2C
 #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
 
 /* MMC SPL */
 #define COPY_BL2_FNPTR_ADDR    0x02020030