uboot/board/prodrive/p3mx
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
..
64460.h
Makefile Cleanup: remove redundant deleting on *~ files 2008-07-02 23:53:23 +02:00
config.mk
eth.h
misc.S
mpsc.c
mpsc.h
mv_eth.c
mv_eth.h
mv_regs.h
p3mx.c Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
p3mx.h
pci.c
ppc_error_no.h
sdram_init.c Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
serial.c
serial.h
u-boot.lds