Re: [U-Boot-Users] [MIPS] cpu/mips/cpu.c: Fix flush_cache bug

2008-04-17 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Cache operations have to take line address (addr), not start_addr. > I noticed this bug when debugging ping failure. > > Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> > --- > > cpu/mips/cpu.c |4 ++-- > 1 files changed, 2 insertions(+), 2 d

[U-Boot-Users] [MIPS] cpu/mips/cpu.c: Fix flush_cache bug

2008-04-08 Thread Shinya Kuribayashi
Cache operations have to take line address (addr), not start_addr. I noticed this bug when debugging ping failure. Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> --- cpu/mips/cpu.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/mips/cpu.c b/cpu/mips/cpu.c