diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-22 18:31:18 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-31 07:57:27 -0600 |
commit | afc84dec1c2721269c8eaad13a938fa18360dbc7 (patch) | |
tree | c5bd7644e8e5dbe92e8aacaee35efefdf843f4c7 /README | |
parent | 3a3f8e946bd77a2978731793eb287ec6099c4a52 (diff) | |
download | u-boot-imx-afc84dec1c2721269c8eaad13a938fa18360dbc7.zip u-boot-imx-afc84dec1c2721269c8eaad13a938fa18360dbc7.tar.gz u-boot-imx-afc84dec1c2721269c8eaad13a938fa18360dbc7.tar.bz2 |
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 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1494,12 +1494,6 @@ The following options need to be configured: 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 |