diff mbox series

[v4,38/44] bloblist: Add missing name

Message ID 20230926141514.2101787-39-sjg@chromium.org
State Accepted
Commit 14d9f63dcf88ab4e096496aa15898df1392aef0c
Delegated to: Tom Rini
Headers show
Series spl: Preparation for Universal Payload | expand

Commit Message

Simon Glass Sept. 26, 2023, 2:14 p.m. UTC
Add a missing bloblist name.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v4:
- Split all new bloblist names into a separate patch

 common/bloblist.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/common/bloblist.c b/common/bloblist.c
index 6f2a4577708d..a22f6c12b0c7 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 */