[PATCH] filetype: add forgotten mips barebox filetype_str

Sascha Hauer s.hauer at pengutronix.de
Mon Jul 16 03:17:52 EDT 2012


On Sun, Jul 15, 2012 at 04:21:57PM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>

Applied, thanks

Sascha

> ---
>  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
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at 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 |



More information about the barebox mailing list