From 51c23e601ef970ece3859ed113e60433795ffb65 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Thu, 7 Jun 2012 08:05:30 -0500 Subject: Config: Remove setMipsOptions As status matrix, MIPS fs does not work. Hence, these options are not required. Secondly, the function is setting param values for a CPU class. This seems strange, should probably be done in a different way. --- configs/example/fs.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/example/fs.py') 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]) -- cgit v1.2.3