commit | 68849a93f234ff1cb49b5e4af82e3763ebb28d95 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Aug 25 12:56:50 2016 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Sep 27 17:29:46 2016 +0200 |
tree | 931f76815b991423052b2136f459859b426d9774 | |
parent | 71c10a47dcc93ad1d201de5a6623bbc7f7770079 [diff] |
net: mvneta: Round up top tx buffer boundaries for dcache ops check_cache_range() warns that the top boundaries are not properly aligned when flushing or invalidating the buffers and make these operations fail. This gets rid of the warnings: CACHE: Misaligned operation at range ... Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>