[PATCH] barebox: common: Add missing filetype description

Wadim Egorov w.egorov at phytec.de
Wed Jul 23 02:36:44 PDT 2014


Added missing filetype description for UBIFS.

Signed-off-by: Wadim Egorov <w.egorov at phytec.de>
---
 common/filetype.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common/filetype.c b/common/filetype.c
index a04fbdd..86e544a 100644
--- a/common/filetype.c
+++ b/common/filetype.c
@@ -51,6 +51,7 @@ static const struct filetype_str filetype_str[] = {
 	[filetype_png] = { "PNG image", "png" },
 	[filetype_ext] = { "EXT filesystem", "ext" },
 	[filetype_gpt] = { "GUID Partition Table", "gpt" },
+	[filetype_ubifs] = { "UBIFS image", "ubifs" },
 	[filetype_bpk] = { "Binary PacKage", "bpk" },
 	[filetype_barebox_env] = { "barebox environment file", "bbenv" },
 	[filetype_ch_image] = { "TI OMAP CH boot image", "ch-image" },
-- 
1.7.0.4




More information about the barebox mailing list