aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/common.c')
-rw-r--r--util/cbfstool/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/cbfstool/common.c b/util/cbfstool/common.c
index 49da7aea6c..7a6e2c2d58 100644
--- a/util/cbfstool/common.c
+++ b/util/cbfstool/common.c
@@ -133,7 +133,7 @@ int iself(unsigned char *input)
return !memcmp(ehdr->e_ident, ELFMAG, 4);
}
-struct filetypes_t {
+static struct filetypes_t {
uint32_t type;
const char *name;
} filetypes[] = {
@@ -146,6 +146,7 @@ struct filetypes_t {
{CBFS_COMPONENT_MBI, "mbi"},
{CBFS_COMPONENT_MICROCODE, "microcode"},
{CBFS_COMPONENT_CMOS_DEFAULT, "cmos default"},
+ {CBFS_COMPONENT_CMOS_LAYOUT, "cmos layout"},
{CBFS_COMPONENT_DELETED, "deleted"},
{CBFS_COMPONENT_NULL, "null"}
};