aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-26 08:14:52 -0600
committerTom Rini <trini@konsulko.com>2023-10-06 14:38:13 -0400
commit14d9f63dcf88ab4e096496aa15898df1392aef0c (patch)
treece6142a9896bce1e8a843aebd529aae4f659c389 /common
parent3d6531803e1cdc4c6976dae3c92220daba57f148 (diff)
downloadu-boot-14d9f63dcf88ab4e096496aa15898df1392aef0c.zip
u-boot-14d9f63dcf88ab4e096496aa15898df1392aef0c.tar.gz
u-boot-14d9f63dcf88ab4e096496aa15898df1392aef0c.tar.bz2
bloblist: Add missing name
Add a missing bloblist name. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/bloblist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/bloblist.c b/common/bloblist.c
index 6f2a457..a22f6c1 100644
--- a/common/bloblist.c
+++ b/common/bloblist.c
@@ -51,6 +51,7 @@ static struct tag_name {
/* BLOBLISTT_PROJECT_AREA */
{ BLOBLISTT_U_BOOT_SPL_HANDOFF, "SPL hand-off" },
+ { BLOBLISTT_VBE, "VBE" },
{ BLOBLISTT_U_BOOT_VIDEO, "SPL video handoff" },
/* BLOBLISTT_VENDOR_AREA */