summaryrefslogtreecommitdiff
path: root/tests/configs/t1000-simple-atomic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/t1000-simple-atomic.py')
-rw-r--r--tests/configs/t1000-simple-atomic.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/configs/t1000-simple-atomic.py b/tests/configs/t1000-simple-atomic.py
index 68bf048b6..96357f40c 100644
--- a/tests/configs/t1000-simple-atomic.py
+++ b/tests/configs/t1000-simple-atomic.py
@@ -45,8 +45,7 @@ cpu.connectAllPorts(system.membus)
# create the memory controllers and connect them, stick with
# the physmem name to avoid bumping all the reference stats
-system.physmem = [SimpleMemory(range = r,
- conf_table_reported = True)
+system.physmem = [SimpleMemory(range = r)
for r in system.mem_ranges]
for i in xrange(len(system.physmem)):
system.physmem[i].port = system.membus.master