diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2021-04-15 11:56:43 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-16 06:53:00 +0000 |
commit | dfa23f6d784e526825654a67d06c2397be8b4046 (patch) | |
tree | b0eed4fe0fcea14c6c576d6827fa55e3c4e49098 /src/mainboard | |
parent | 86e5b60faf1613b2c8ad1ec23f532f37e7488db4 (diff) |
mb/facebook/fbg1701/Kconfig: Remove TPM_INIT_RAMSTAGE
TPM_INIT_RAMSTAGE needs to be enabled for measured boot only
configuration.
Remove TPM_INIT_RAMSTAGE disable.
BUG = NA
TEST = Boot possible combinations of VBOOT, measured boot and vendorcode
security.
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Change-Id: I91bde691d445d4210429c928e90e16653092f1cb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52051
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/facebook/fbg1701/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index 40cf8d91c3..73294f8c55 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -87,10 +87,6 @@ config SPI_FLASH_WINBOND bool default y -config TPM_INIT_RAMSTAGE - bool "TPM Setup in RAMSTAGE" - default n - config VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST depends on USE_VENDORCODE_ELTAN bool |