diff options
Diffstat (limited to 'tests/configs/pc-switcheroo-full.py')
-rw-r--r-- | tests/configs/pc-switcheroo-full.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/pc-switcheroo-full.py b/tests/configs/pc-switcheroo-full.py index ccae0cc76..6b2bd86f8 100644 --- a/tests/configs/pc-switcheroo-full.py +++ b/tests/configs/pc-switcheroo-full.py @@ -42,7 +42,7 @@ from x86_generic import * import switcheroo root = LinuxX86FSSwitcheroo( - mem_class=DDR3_1600_x64, + mem_class=DDR3_1600_8x8, cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU) ).create_root() |