mb/google/ocelot: Set TPM_TIS_ACPI_INTERRUPT for all ocelot variants
Set `TPM_TIS_ACPI_INTERRUPT` to 49 (GPE0_DW1_17) for all ocelot variants using `BOARD_GOOGLE_MODEL_OCELOT` instead of `BOARD_GOOGLE_OCELOT`. BUG=b:433177132 TEST=Able to boot Ocelot Change-Id: I662e1b38530861da008cf54da4a31dd0ac6212c8 Signed-off-by: Pranava Y N <pranavayn@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88541 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Avi Uday <aviuday@google.com>
This commit is contained in:
parent
c2dfe61016
commit
88b10e09b6
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ config MEMORY_SOLDERDOWN
|
|||
|
||||
config TPM_TIS_ACPI_INTERRUPT
|
||||
int
|
||||
default 49 if BOARD_GOOGLE_OCELOT # GPE0_DW1_17 (GPP_B17)
|
||||
default 49 if BOARD_GOOGLE_MODEL_OCELOT # GPE0_DW1_17 (GPP_B17)
|
||||
|
||||
config UART_FOR_CONSOLE
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue