u-boot/board/prodrive
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
..
alpr Merge branch 'master' of /home/stefan/git/u-boot/u-boot 2008-08-13 06:47:12 +02:00
common Update ALPR code (NAND support working now) 2006-10-07 11:35:25 +02:00
p3mx Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
p3p440 Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
pdnb3 drivers/mtd: Move conditional compilation to Makefile 2008-08-13 01:40:42 +02:00