From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 10 Jun 2014 15:27:16 -0600 Subject: [U-Boot] [PATCH] dfu: fix some issues with reads/uploads In-Reply-To: <1402435504-29669-1-git-send-email-swarren@wwwdotorg.org> References: <1402435504-29669-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <53977834.8020500@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/10/2014 03:25 PM, Stephen Warren wrote: > From: Stephen Warren > > FIXME: reword after updates to use "*size" command for fs... > > DFU read support appears to rely upon dfu->read_medium() updating the > passed-by-reference len parameter to indicate the remaining size > available for reading. Crap, ignore this. I passed the wrong commit ID to git format-patch and didn't notice:-(