summaryrefslogtreecommitdiff
path: root/configs/example/fs.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/fs.py')
-rw-r--r--configs/example/fs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py
index a85491c91..d505443f0 100644
--- a/configs/example/fs.py
+++ b/configs/example/fs.py
@@ -145,9 +145,6 @@ for i in xrange(np):
CacheConfig.config_cache(options, test_sys)
-if buildEnv['TARGET_ISA'] == 'mips':
- setMipsOptions(TestCPUClass)
-
if len(bm) == 2:
if buildEnv['TARGET_ISA'] == 'alpha':
drive_sys = makeLinuxAlphaSystem(drive_mem_mode, bm[1])