[U-Boot] [PATCH v5] dfu, nand, ubi: add partubi alt settings for updating ubi partition

Scott Wood scottwood at freescale.com
Sat Jul 27 00:05:59 CEST 2013


On 07/24/2013 11:43:11 PM, Heiko Schocher wrote:
> diff --git a/include/dfu.h b/include/dfu.h
> index 124653c..4de7b34 100644
> --- a/include/dfu.h
> +++ b/include/dfu.h
> @@ -59,6 +59,8 @@ struct nand_internal_data {
> 
>  	unsigned int dev;
>  	unsigned int part;
> +	/* for nand/ubi use */
> +	unsigned int ubi;
>  };

bool?

In any case, Acked-by: Scott Wood <scottwood at freescale.com>

-Scott


More information about the U-Boot mailing list