cnl: enable L1 cache

Enable L1 cache for DSP.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2018-03-15 17:06:10 +01:00 committed by Liam Girdwood
parent 8c603f4451
commit 2a0bf7ddfa
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ _memmap_cacheattr_bp_base = 0x22022000;
_memmap_cacheattr_unused_mask = 0x00F00FFF;
_memmap_cacheattr_wb_trapnull = 0x4422422F;
_memmap_cacheattr_wba_trapnull = 0x4422422F;
_memmap_cacheattr_wbna_trapnull = 0x25222222;
_memmap_cacheattr_wbna_trapnull = 0xFF42FFF2;
_memmap_cacheattr_wt_trapnull = 0x1122122F;
_memmap_cacheattr_bp_trapnull = 0x2222222F;
_memmap_cacheattr_wb_strict = 0x44F24FFF;