Re: [U-Boot] [PATCH] net: sh-eth: Fix misaligned cache operation warning

2017-12-05 Thread Joe Hershberger
On Thu, Nov 30, 2017 at 10:56 PM, Nobuhiro Iwamatsu wrote: > When we using network on board using sh-eth, it prints a lot of > "CACHE: Misaligned operation at range" messages. > This commit fixes this problem. > > Signed-off-by: Nobuhiro Iwamatsu

[U-Boot] [PATCH] net: sh-eth: Fix misaligned cache operation warning

2017-11-30 Thread Nobuhiro Iwamatsu
When we using network on board using sh-eth, it prints a lot of "CACHE: Misaligned operation at range" messages. This commit fixes this problem. Signed-off-by: Nobuhiro Iwamatsu --- drivers/net/sh_eth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git