diff options
| author | Simon Glass <sjg@chromium.org> | 2022-01-12 19:26:17 -0700 | 
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2022-01-13 09:13:41 -0700 | 
| commit | 7f3b79af548264ea2f482eaeffee6b1d716ce274 (patch) | |
| tree | ec00875f1cee93ac898e6e86f334ac1f9d70ae3a /include | |
| parent | ff3bd4983c1fe53975e44668619b07e10f8a0cd9 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/bloblist.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/bloblist.h b/include/bloblist.h index 29ea5a768a6..d4d48f76ff4 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -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 */  	/* | 
