mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
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> |
||
|---|---|---|
| .. | ||
| cache.S | ||
| config.mk | ||
| cpu.c | ||
| cpu_init.c | ||
| fdt.c | ||
| interrupts.c | ||
| Makefile | ||
| spd_sdram.c | ||
| speed.c | ||
| start.S | ||
| traps.c | ||