mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 23:53:33 +08: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
@ -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…
Reference in New Issue
Block a user