[PATCH] filetype: add forgotten mips barebox filetype_str
Antony Pavlov
antonynpavlov at gmail.com
Sun Jul 15 08:21:57 EDT 2012
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
common/filetype.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/filetype.c b/common/filetype.c
index 39c2098..1a5b82d 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)
--
1.7.10
More information about the barebox
mailing list