commit | 3d5dcef4ba85083d44c857865afa106afc8ceb8f | [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 | 5ad27514b80fd0b552d92e30f96fd9f47ee0491c [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>