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>
This commit is contained in:
committed by
Patrick Georgi
parent
b88d845c56
commit
9f37647b04
@@ -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
|
||||
|
Reference in New Issue
Block a user