summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/vboot_api.h')
-rw-r--r--firmware/include/vboot_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index c71dfbf1..aa3ba2c9 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -122,7 +122,7 @@ enum VbErrorPredefined_t {
VBERROR_REGION_READ_FAILED = 0x10024,
/* Unsupported region type */
VBERROR_UNSUPPORTED_REGION = 0x10025,
- /* No image present (returned from VbGbbReadImage() for missing image) */
+ /* No image present (was returned from VbGbbReadImage(); deprecated */
VBERROR_NO_IMAGE_PRESENT = 0x10026,
/* failed to draw screen */
VBERROR_SCREEN_DRAW = 0x10027,
@@ -196,7 +196,6 @@ typedef struct VbCommonParams {
/* For internal use of Vboot - do not examine or modify! */
struct GoogleBinaryBlockHeader *gbb;
- struct BmpBlockHeader *bmp;
} VbCommonParams;
/* Flags for VbInitParams.flags */