[U-Boot] [PATCH v2] Fix cache misalignment after network load operations

Fabio Estevam festevam at gmail.com
Wed Sep 14 05:39:14 CEST 2016


On Tue, Sep 13, 2016 at 10:30 PM,  <Peter.Chubb at data61.csiro.au> wrote:
> After any operation that downloads a file (e.g., pxe get, or dhcp), the
> buffer containing the downloaded data is flushed.  This patch rounds
> up the flushed size to a cacheline boundary, preventing a cache
> misalignment message from u-boot.

Looks like you missed to update the commit log for v2 as you are no
longer flushing the cache :-)

Also, in the Subject line it is always good practice to start with the
subsystem name, so something like:
net: Remove flush_cache() operation


More information about the U-Boot mailing list