mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
3a3f8e946b
commit
afc84dec1c
2 changed files with 0 additions and 8 deletions
6
README
6
README
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue