mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 13:00:57 +01:00
Merge "Revert "dcache: Invalidated dcache before enabling""
This commit is contained in:
commit
6aca692685
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