diff options
-rw-r--r-- | configs/common/CacheConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/CacheConfig.py b/configs/common/CacheConfig.py index ab9d26735..35e147356 100644 --- a/configs/common/CacheConfig.py +++ b/configs/common/CacheConfig.py @@ -66,7 +66,7 @@ def config_cache(options, system): dcache_class, icache_class, l2_cache_class, walk_cache_class = \ core.O3_ARM_v7a_DCache, core.O3_ARM_v7a_ICache, \ core.O3_ARM_v7aL2, \ - O3_ARM_v7aWalkCache + core.O3_ARM_v7aWalkCache else: dcache_class, icache_class, l2_cache_class, walk_cache_class = \ L1_DCache, L1_ICache, L2Cache, None |