git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d65318
)
bloblist: Add missing name
author
Simon Glass
<sjg@chromium.org>
Tue, 26 Sep 2023 14:14:52 +0000
(08:14 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/common/bloblist.c
b/common/bloblist.c
index
6f2a457
..
a22f6c1
100644
(file)
--- 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 */