* [PATCH] barebox: common: Add missing filetype description
@ 2014-07-23 9:36 Wadim Egorov
2014-07-24 9:35 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Wadim Egorov @ 2014-07-23 9:36 UTC (permalink / raw)
To: barebox
Added missing filetype description for UBIFS.
Signed-off-by: Wadim Egorov <w.egorov@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] barebox: common: Add missing filetype description
2014-07-23 9:36 [PATCH] barebox: common: Add missing filetype description Wadim Egorov
@ 2014-07-24 9:35 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-07-24 9:35 UTC (permalink / raw)
To: Wadim Egorov; +Cc: barebox
On Wed, Jul 23, 2014 at 11:36:44AM +0200, Wadim Egorov wrote:
> Added missing filetype description for UBIFS.
>
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Applied, thanks
Sascha
> ---
> 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
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-24 9:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23 9:36 [PATCH] barebox: common: Add missing filetype description Wadim Egorov
2014-07-24 9:35 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox