From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 26 Jul 2013 17:05:59 -0500 Subject: [U-Boot] [PATCH v5] dfu, nand, ubi: add partubi alt settings for updating ubi partition In-Reply-To: <1374727391-32080-1-git-send-email-hs@denx.de> (from hs@denx.de on Wed Jul 24 23:43:11 2013) References: <1372092640-1656-1-git-send-email-hs@denx.de> <1374727391-32080-1-git-send-email-hs@denx.de> Message-ID: <1374876359.30721.30@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -Scott