From: Simon Glass Date: Tue, 26 Sep 2023 14:14:52 +0000 (-0600) Subject: bloblist: Add missing name X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=14d9f63dcf88ab4e096496aa15898df1392aef0c;p=u-boot.git bloblist: Add missing name Add a missing bloblist name. Signed-off-by: Simon Glass --- diff --git a/common/bloblist.c b/common/bloblist.c index 6f2a457770..a22f6c12b0 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 */