commit | f589f8cca64bddb59fe2409c10ab14529ab47a40 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 05 07:28:10 2016 -0600 |
committer | Andreas Bießmann <andreas@biessmann.org> | Sun Jun 12 23:49:38 2016 +0200 |
tree | d04d7ee3227dda189c3e930e6c782d1fc9f091f7 | |
parent | d5555b70e6cdbce4e1395f40c19a504015f93668 [diff] |
net: macb: Flush correct cache portion when sending The end address of the cache flush must be cache-line-aligned since otherwise (at least on ARM926-EJS) the request is ignored. When the cache is enabled this means that packets are not sent. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Andreas Bießmann <andreas@biessmann.org>