diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-04 10:16:42 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-06 13:57:02 +0000 |
commit | 214661e00c15f4005fc85ba9bca859fab41ee36c (patch) | |
tree | 6ec7b10418c8646941361b35dda7e3c0963f1221 | |
parent | f8251b98605264f3e353fc7b6146f686ec5295cc (diff) |
security/vboot/Kconfig: Remove unused symbols
Change-Id: I417a2ff45b4a8f5bc800459a64f1c5a861fcd3d5
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36605
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rw-r--r-- | src/mainboard/intel/galileo/Kconfig | 1 | ||||
-rw-r--r-- | src/security/vboot/Kconfig | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig index 37f88dd8f0..84f09c4f82 100644 --- a/src/mainboard/intel/galileo/Kconfig +++ b/src/mainboard/intel/galileo/Kconfig @@ -110,7 +110,6 @@ config VBOOT_WITH_CRYPTO_SHIELD select VBOOT_SEPARATE_VERSTAGE select VBOOT select VBOOT_STARTS_IN_BOOTBLOCK - select VBOOT_SOFT_REBOOT_WORKAROUND select VBOOT_VBNV_CMOS help Perform a verified boot using the TPM on the Crypto Shield board. diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig index d6d74cac73..e3b8aa68e2 100644 --- a/src/security/vboot/Kconfig +++ b/src/security/vboot/Kconfig @@ -174,10 +174,6 @@ config VBOOT_HAS_REC_HASH_SPACE Set this option to indicate to vboot that recovery data hash space is present in TPM. -config VBOOT_SOFT_REBOOT_WORKAROUND - bool - default n - config VBOOT_LID_SWITCH bool default n |