uboot-mt623x/cpu/74xx_7xx
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
..
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
cache.S Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu.c Remove the deprecated CONFIG_OF_FLAT_TREE 2008-06-09 21:13:35 -04:00
cpu_init.c [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards 2006-11-29 16:14:05 +01:00
interrupts.c * Patch by Gleb Natapov, 19 Sep 2003: 2003-12-06 19:49:23 +00:00
io.S Initial revision 2002-01-15 18:58:11 +00:00
kgdb.S cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 10:27:39 -05:00
speed.c Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original 2006-12-04 17:54:21 +08:00
start.S PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
traps.c cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 18:57:22 -05:00