From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 27 Jan 2014 10:00:07 -0700 Subject: [U-Boot] [PATCH V2 1/5] fs: fix generic save command implementation In-Reply-To: References: <1390507020-15766-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <52E69097.5020706@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 01/26/2014 08:26 AM, Simon Glass wrote: > On 23 January 2014 12:56, Stephen Warren > wrote: > > From: Stephen Warren > > > Fix a few issues with the generic "save" shell command, and fs_write() > function. ... > > Not sure about the change log for v2, but the patch looks good. I only put one in for the patch which changed; the others were identical to v1. > Acked-by: Simon Glass > Thanks.