From b6bcb6cc8f8b217254ccdb81ef8b2d852047d5b8 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Sun, 16 Jun 2019 16:59:26 +0800 Subject: vboot: remove functions which read vboot_handoff.out_flags These functions are no longer used and may be removed: * vboot_handoff_check_recovery_flag * vboot_get_handoff_flag BUG=b:124141368, b:124192753 TEST=make clean && make test-abuild BRANCH=none Change-Id: Ie05652ef1288eef74bd2e7e8bea79fd29d523859 Signed-off-by: Joel Kitching Reviewed-on: https://review.coreboot.org/c/coreboot/+/33533 Reviewed-by: Julius Werner Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/security/vboot/vboot_common.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/security/vboot/vboot_common.h') diff --git a/src/security/vboot/vboot_common.h b/src/security/vboot/vboot_common.h index 65a543c791..241dc90e95 100644 --- a/src/security/vboot/vboot_common.h +++ b/src/security/vboot/vboot_common.h @@ -53,15 +53,6 @@ struct vboot_handoff { */ int vboot_get_handoff_info(void **addr, uint32_t *size); -/* - * The following function reads vboot_handoff structure to obtain requested - * information. If vboot handoff is not available, 0 is returned by default. - * If vboot handoff is available: - * Returns 1 for flag if true - * Returns 0 for flag if false - */ -int vboot_handoff_check_recovery_flag(void); - /* ============================ VBOOT REBOOT ============================== */ /* * vboot_reboot handles the reboot requests made by vboot_reference library. It -- cgit v1.2.3