Re: [U-Boot] [PATCH 1/2] MIPS: Fix invalidate_dcache_range to operate on L1 Dcache

2016-06-10 Thread Daniel Schwierzeck
Am 09.06.2016 um 14:09 schrieb Paul Burton: > Commit fb64cda57998 ("MIPS: Abstract cache op loops with a macro") > accidentally modified invalidate_dcache_range to operate on the L1 > Icache instead of the Dcache. Fix the cache op used to operate on the > Dcache. > > Signed-off-by: Paul Burton

[U-Boot] [PATCH 1/2] MIPS: Fix invalidate_dcache_range to operate on L1 Dcache

2016-06-09 Thread Paul Burton
Commit fb64cda57998 ("MIPS: Abstract cache op loops with a macro") accidentally modified invalidate_dcache_range to operate on the L1 Icache instead of the Dcache. Fix the cache op used to operate on the Dcache. Signed-off-by: Paul Burton Fixes: fb64cda57998 ("MIPS: Abstract cache op loops with a