aboutsummaryrefslogtreecommitdiff
path: root/src/security/vboot/Kconfig
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2021-08-11 18:20:11 -0700
committerPatrick Georgi <patrick@coreboot.org>2021-12-06 12:36:45 +0000
commit9f37647b0486e2a2566bf39ea39992cc20123354 (patch)
tree51bf699990537ee89c7c16ab6f4df50bb59a684d /src/security/vboot/Kconfig
parentb88d845c5657537f0e844ae461b42ab21bec1d42 (diff)
cbfs: Remove deprecated APIs
This patch removes all remaining pieces of the old CBFS API, now that the last straggling use cases of it have been ported to the new one (meaning cbfs_map()/cbfs_load()/etc... see CB:39304 and CB:38421). Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I1cec0ca2d9d311626a087318d1d78163243bfc3c Reviewed-on: https://review.coreboot.org/c/coreboot/+/59682 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/security/vboot/Kconfig')
-rw-r--r--src/security/vboot/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig
index 26f2484bf3..3e29c7e655 100644
--- a/src/security/vboot/Kconfig
+++ b/src/security/vboot/Kconfig
@@ -251,8 +251,8 @@ config VBOOT_ENABLE_CBFS_FALLBACK
default n
depends on VBOOT_SLOTS_RW_A
help
- When this option is enabled cbfs_boot_locate will look for a file in the RO
- (COREBOOT) region if it isn't available in the active RW region.
+ When this option is enabled, the CBFS code will look for a file in the
+ RO (COREBOOT) region if it isn't available in the active RW region.
config VBOOT_EARLY_EC_SYNC
bool