From 751c496c742ad7ea0c35b138cc3bf02d6856e4b3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 15 Nov 2019 11:36:12 +0100 Subject: vboot: update comment The comment in the source referred to an earlier approach, so update it to match current reality. Change-Id: I9a23ec0a719fb623cfd465c397ef7ef16550b93c Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/36862 Tested-by: build bot (Jenkins) Reviewed-by: Joel Kitching --- src/security/vboot/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/security/vboot/misc.h') diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h index 455773cc7c..812bbe7267 100644 --- a/src/security/vboot/misc.h +++ b/src/security/vboot/misc.h @@ -32,7 +32,7 @@ struct selected_region { * Stores vboot-related information. selected_region is used by verstage to * store the location of the selected slot. buffer is used by vboot to store * its work buffer. vb2_context is contained within this work buffer, and is - * accessible via vboot_init_context() and vboot_get_context() (see below). + * accessible via vboot_get_context() declared below. * Keep the struct CPU architecture agnostic as it crosses stage boundaries. */ struct vboot_working_data { -- cgit v1.2.3