summaryrefslogtreecommitdiffstats
path: root/common/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/filetype.c')
-rw-r--r--common/filetype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/filetype.c b/common/filetype.c
index 39c2098862..1a5b82da47 100644
--- a/common/filetype.c
+++ b/common/filetype.c
@@ -39,6 +39,7 @@ static const char *filetype_str[] = {
[filetype_oftree] = "open firmware flat device tree",
[filetype_aimage] = "Android boot image",
[filetype_sh] = "Bourne Shell",
+ [filetype_mips_barebox] = "MIPS barebox image",
};
const char *file_type_to_string(enum filetype f)