From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 12 Jan 2015 08:56:24 +0100 Subject: [U-Boot] [PATCH] cmd_sf: Fix problem with "sf update" and unaligned length In-Reply-To: <54B37D07.5060400@keymile.com> References: <1420810762-10712-1-git-send-email-sr@denx.de> <54B37D07.5060400@keymile.com> Message-ID: <54B37E28.9000705@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gerlando, On 12.01.2015 08:51, Gerlando Falauto wrote: > thanks for the patch. > Please compare it with my v1 revision of the patch: > http://patchwork.ozlabs.org/patch/150468/ > Back then, Simon suggested to use two separate SPI flash operations to > avoid the memcpy() operation. This again could generate unaligned accesses which my patch version does not do. > I guess noone would have guessed about > QSPI devices at the time. > > Anyway, your patch looks even better than my v1 then, so: > > Acked-by: Gerlando Falauto Thanks, Stefan