summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-07-15 16:21:57 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-16 11:08:53 +0200
commita540e889654c763776ea4a62f40bef97529ef4d6 (patch)
tree118536f936fa01cd45141652c85cd0976386004f /common
parentc410817f1929c3ad85d7ce2cfe2c9e714b8b994c (diff)
downloadbarebox-a540e889654c763776ea4a62f40bef97529ef4d6.tar.gz
barebox-a540e889654c763776ea4a62f40bef97529ef4d6.tar.xz
filetype: add forgotten mips barebox filetype_str
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-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)