u-boot/board/Marvell
Kumar Gala fcd69a1a57 Clean up usage of icache_disable/dcache_disable
There is no point in disabling the icache on 7xx/74xx/86xx parts and not
also flushing the icache.  All callers of invalidate_l1_instruction_cache()
call icache_disable() right after.  Make it so icache_disable() calls
invalidate_l1_instruction_cache() for us.

Also, dcache_disable() already calls dcache_flush() so there is no point
in the explicit calls of dcache_flush().

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-08-19 00:57:28 +02:00
..
common Big white-space cleanup. 2008-05-21 00:14:08 +02:00
db64360 Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
db64460 Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
include More code cleanup 2006-07-21 15:24:56 +02:00