From 545ed7ab3b2ad9e4fabeaae22fa4b7f07a6a9b1f Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Wed, 14 Feb 2018 16:47:12 +0100 Subject: drivers/i2c: Add i2c TPM support for different stages Change-Id: Ib0839933f8b59f0c87cdda4e5374828bd6f1099f Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/23759 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: David Hendricks --- src/soc/mediatek/mt8173/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/mediatek/mt8173/Makefile.inc') diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc index 2aa7b8d978..20ca610b23 100644 --- a/src/soc/mediatek/mt8173/Makefile.inc +++ b/src/soc/mediatek/mt8173/Makefile.inc @@ -50,6 +50,7 @@ romstage-$(CONFIG_SPI_FLASH) += flash_controller.c romstage-y += ../common/pll.c pll.c romstage-y += ../common/timer.c romstage-y += timer.c +romstage-y += i2c.c romstage-$(CONFIG_DRIVERS_UART) += ../common/uart.c romstage-y += ../common/cbmem.c -- cgit v1.2.3