mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
fcd69a1a57
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> |
||
---|---|---|
.. | ||
64460.h | ||
config.mk | ||
eth.h | ||
Makefile | ||
misc.S | ||
mpsc.c | ||
mpsc.h | ||
mv_eth.c | ||
mv_eth.h | ||
mv_regs.h | ||
p3mx.c | ||
p3mx.h | ||
pci.c | ||
ppc_error_no.h | ||
sdram_init.c | ||
serial.c | ||
serial.h | ||
u-boot.lds |