mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
exynos: Enable I2C TPM for smdk5250
This is used on some Exynos 5250 variants. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f626799816
commit
c1af608f6f
1 changed files with 7 additions and 0 deletions
|
@ -129,6 +129,13 @@
|
|||
#define CONFIG_USB_EHCI_EXYNOS
|
||||
#define CONFIG_USB_STORAGE
|
||||
|
||||
/* TPM */
|
||||
#define CONFIG_TPM
|
||||
#define CONFIG_CMD_TPM
|
||||
#define CONFIG_INFINEON_TPM_I2C
|
||||
#define CONFIG_INFINEON_TPM_I2C_BUS 3
|
||||
#define CONFIG_INFINEON_TPM_I2C_ADDR 0x20
|
||||
|
||||
/* MMC SPL */
|
||||
#define CONFIG_SPL
|
||||
#define COPY_BL2_FNPTR_ADDR 0x02020030
|
||||
|
|
Loading…
Add table
Reference in a new issue