commit | d2c642c4fe3cb39b3b31d73bc5270879bead2bcb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:52 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | ce6142a9896bce1e8a843aebd529aae4f659c389 | |
parent | a28f39c33f15ea08e6ec3460222544bf3dca3af0 [diff] |
bloblist: Add missing name Add a missing bloblist name. Signed-off-by: Simon Glass <sjg@chromium.org>
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 @@ /* BLOBLISTT_PROJECT_AREA */ { BLOBLISTT_U_BOOT_SPL_HANDOFF, "SPL hand-off" }, + { BLOBLISTT_VBE, "VBE" }, { BLOBLISTT_U_BOOT_VIDEO, "SPL video handoff" }, /* BLOBLISTT_VENDOR_AREA */