mirror of
https://xff.cz/git/u-boot/
synced 2026-04-11 19:40:00 +02:00
Commitfb64cda579("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 <paul.burton@imgtec.com> Fixes:fb64cda579("MIPS: Abstract cache op loops with a macro")