diff options
Diffstat (limited to 'tests/configs/realview64-switcheroo-full.py')
-rw-r--r-- | tests/configs/realview64-switcheroo-full.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/realview64-switcheroo-full.py b/tests/configs/realview64-switcheroo-full.py index fc4027927..b9f28a4a9 100644 --- a/tests/configs/realview64-switcheroo-full.py +++ b/tests/configs/realview64-switcheroo-full.py @@ -42,7 +42,7 @@ import switcheroo root = LinuxArmFSSwitcheroo( machine_type='VExpress_EMM64', mem_class=DDR3_1600_x64, - cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU) + cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, MinorCPU, DerivO3CPU) ).create_root() # Setup a custom test method that uses the switcheroo tester that |