summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2misc.h')
-rw-r--r--firmware/2lib/include/2misc.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/firmware/2lib/include/2misc.h b/firmware/2lib/include/2misc.h
index e3d9bec0..928ada3c 100644
--- a/firmware/2lib/include/2misc.h
+++ b/firmware/2lib/include/2misc.h
@@ -26,7 +26,7 @@ static __inline struct vb2_shared_data *vb2_get_sd(struct vb2_context *ctx) {
/**
* Validate gbb signature (the magic number)
*
- * @param sig pointer to the signature bytes to validate
+ * @param sig Pointer to the signature bytes to validate
* @return VB2_SUCCESS if valid or VB2_ERROR_GBB_MAGIC otherwise.
*/
int vb2_validate_gbb_signature(uint8_t *sig);
@@ -132,11 +132,6 @@ int vb2_select_fw_slot(struct vb2_context *ctx);
int vb2_load_fw_keyblock(struct vb2_context *ctx);
/**
- * (same, for new-style structs)
- */
-int vb2_load_fw_keyblock2(struct vb2_context *ctx);
-
-/**
* Verify the firmware preamble using the data subkey from the keyblock.
*
* After this call, the preamble is stored in the work buffer.
@@ -146,9 +141,4 @@ int vb2_load_fw_keyblock2(struct vb2_context *ctx);
*/
int vb2_load_fw_preamble(struct vb2_context *ctx);
-/**
- * (same, for new-style structs)
- */
-int vb2_load_fw_preamble2(struct vb2_context *ctx);
-
#endif /* VBOOT_REFERENCE_VBOOT_2MISC_H_ */