Shelley Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79102?usp=email )
Change subject: Fix configuration for TPM in Kconfig ......................................................................
Fix configuration for TPM in Kconfig
Change-Id: I0ecaa6fcfc05c3c2e55f857d7a4e59fe46096bb5 Signed-off-by: Shelley Chen shchen@google.com --- M src/mainboard/google/brox/Kconfig 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/79102/1
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 9de2a35..e91b9fe 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -76,7 +76,7 @@
config DRIVER_TPM_I2C_BUS hex - default 0x1 if BOARD_GOOGLE_BROX + default 0x4 if BOARD_GOOGLE_BROX
config DRIVER_TPM_I2C_ADDR hex @@ -87,7 +87,7 @@
config TPM_TIS_ACPI_INTERRUPT int - default 13 + default 33 # GPE0_DW1_01 (GPP_D01)
config OVERRIDE_DEVICETREE default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb"