]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bloblist: Add missing name
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:52 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
Add a missing bloblist name.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bloblist.c

index 6f2a4577708d02815cb46e877a28a077adf47470..a22f6c12b0c74469837e1b16ef303d300ada72fd 100644 (file)
@@ -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 */