9
0
Fork 0

filetype: add forgotten mips barebox filetype_str

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2012-07-15 16:21:57 +04:00 committed by Sascha Hauer
parent c410817f19
commit a540e88965
1 changed files with 1 additions and 0 deletions

View File

@ -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)