Revert "dcache: Invalidated dcache before enabling"

This reverts commit a3ee77558d.
This commit is contained in:
Gokul Sriram Palanisamy 2018-02-23 16:51:15 +05:30
parent d8c656785c
commit 80cea89e0e

View file

@ -191,7 +191,6 @@ static void cache_enable(uint32_t cache_bit)
mmu_setup();
reg = get_cr(); /* get control reg. */
cp_delay();
invalidate_dcache_all();
set_cr(reg | cache_bit);
}