mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
bloblist: Add missing name
Add a missing bloblist name. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3d6531803e
commit
14d9f63dcf
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ static struct tag_name {
|
||||||
|
|
||||||
/* BLOBLISTT_PROJECT_AREA */
|
/* BLOBLISTT_PROJECT_AREA */
|
||||||
{ BLOBLISTT_U_BOOT_SPL_HANDOFF, "SPL hand-off" },
|
{ BLOBLISTT_U_BOOT_SPL_HANDOFF, "SPL hand-off" },
|
||||||
|
{ BLOBLISTT_VBE, "VBE" },
|
||||||
{ BLOBLISTT_U_BOOT_VIDEO, "SPL video handoff" },
|
{ BLOBLISTT_U_BOOT_VIDEO, "SPL video handoff" },
|
||||||
|
|
||||||
/* BLOBLISTT_VENDOR_AREA */
|
/* BLOBLISTT_VENDOR_AREA */
|
||||||
|
|
Loading…
Reference in a new issue