mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 13:00:57 +01:00
Revert "dcache: Invalidated dcache before enabling"
This reverts commit a3ee77558d.
This commit is contained in:
parent
d8c656785c
commit
80cea89e0e
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue