Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10043
-gerrit
commit 77ab71f78ec2f8bcb4c9e9da90e0e46c3efc39b5 Author: Patrick Georgi pgeorgi@chromium.org Date: Thu Apr 30 14:30:28 2015 +0200
i2c/tpm: add final newline
Change-Id: I0024c4d56f93eb6c9a54103e79c9d8a8b7d8d6fb Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/drivers/i2c/tpm/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drivers/i2c/tpm/Makefile.inc b/src/drivers/i2c/tpm/Makefile.inc index 55c01de..e601136 100644 --- a/src/drivers/i2c/tpm/Makefile.inc +++ b/src/drivers/i2c/tpm/Makefile.inc @@ -1,3 +1,3 @@ ramstage-$(CONFIG_I2C_TPM) += tis.c tpm.c romstage-$(CONFIG_I2C_TPM) += tis.c tpm.c -verstage-$(CONFIG_I2C_TPM) += tis.c tpm.c \ No newline at end of file +verstage-$(CONFIG_I2C_TPM) += tis.c tpm.c