mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
bloblist: Rename the SPL tag
Add a U_BOOT prefix to this tag since it is specific to the U-Boot project. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -27,7 +27,7 @@ enum bloblist_tag_t {
|
||||
|
||||
/* Vendor-specific tags are permitted here */
|
||||
BLOBLISTT_EC_HOSTEVENT, /* Chromium OS EC host-event mask */
|
||||
BLOBLISTT_SPL_HANDOFF, /* Hand-off info from SPL */
|
||||
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 */
|
||||
/*
|
||||
|
Reference in New Issue
Block a user