From a540e889654c763776ea4a62f40bef97529ef4d6 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Sun, 15 Jul 2012 16:21:57 +0400 Subject: filetype: add forgotten mips barebox filetype_str Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- common/filetype.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/filetype.c') 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) -- cgit v1.2.3