u-boot-brain/board/freescale/mpc7448hpc2
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
..
asm_init.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
config.mk FSL: Move board/mpc7448hpc2 under board/freescale 2008-03-25 23:00:36 +01:00
Makefile Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
mpc7448hpc2.c Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
tsi108_init.c Fix some more printf() format issues. 2008-07-11 22:56:11 +02:00
u-boot.lds Big white-space cleanup. 2008-05-21 00:14:08 +02:00