style: Strip newline when checking lines
[gem5.git] / tests / configs / realview-simple-atomic-dual.py
index 0d6b11cf6ce8ac9ad228e101309cd959d4db251c..32d66f6afa03664cfe67e9f88107b7075bf11917 100644 (file)
@@ -39,6 +39,6 @@ from m5.objects import *
 from arm_generic import *
 
 root = LinuxArmFSSystem(mem_mode='atomic',
-                        mem_class=DDR3_1600_x64,
+                        mem_class=SimpleMemory,
                         cpu_class=AtomicSimpleCPU,
                         num_cpus=2).create_root()