
2 Nov
2012
2 Nov
'12
5:44 p.m.
This is used on some Exynos 5250 variants. For now, enable it manually until we have CONFIG_OF_CONTROL support.
Signed-off-by: Simon Glass sjg@chromium.org --- include/configs/smdk5250.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index c0f8622..c275a0e 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -107,6 +107,11 @@ #define CONFIG_USB_EHCI_EXYNOS #define CONFIG_USB_STORAGE
+/* 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
--
1.7.7.3