diff options
author | Simon Glass | 2022-01-12 19:26:18 -0700 |
---|---|---|
committer | Simon Glass | 2022-01-13 09:13:41 -0700 |
commit | f9abc1cac1130279b486c51056b2e6fba99633b1 (patch) | |
tree | eb513416bd16da393621c66b09f9088a3a695088 /include/bloblist.h | |
parent | 7f3b79af548264ea2f482eaeffee6b1d716ce274 (diff) |
bloblist: Drop unused tags
The EC event log tag is no-longer used. The vboot handoff is now handled
by the vboot context instead.
Drop these unused tags.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bloblist.h')
-rw-r--r-- | include/bloblist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/bloblist.h b/include/bloblist.h index d4d48f76ff4..fac25907c07 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -26,10 +26,8 @@ enum bloblist_tag_t { BLOBLISTT_NONE = 0, /* Vendor-specific tags are permitted here */ - BLOBLISTT_EC_HOSTEVENT, /* Chromium OS EC host-event mask */ BLOBLISTT_U_BOOT_SPL_HANDOFF, /* Hand-off info from SPL */ BLOBLISTT_VBOOT_CTX, /* Chromium OS verified boot context */ - BLOBLISTT_VBOOT_HANDOFF, /* Chromium OS internal handoff info */ /* * Advanced Configuration and Power Interface Global Non-Volatile * Sleeping table. This forms part of the ACPI tables passed to Linux. |