summaryrefslogtreecommitdiff
path: root/tests/configs/realview64-switcheroo-timing.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/realview64-switcheroo-timing.py')
-rw-r--r--tests/configs/realview64-switcheroo-timing.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/configs/realview64-switcheroo-timing.py b/tests/configs/realview64-switcheroo-timing.py
index 6be68339d..1fd8714d5 100644
--- a/tests/configs/realview64-switcheroo-timing.py
+++ b/tests/configs/realview64-switcheroo-timing.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 ARM Limited
+# Copyright (c) 2012, 2019 ARM Limited
# All rights reserved.
#
# The license below extends only to copyright in the software and shall
@@ -40,7 +40,6 @@ from arm_generic import *
import switcheroo
root = LinuxArmFSSwitcheroo(
- machine_type='VExpress_EMM64',
mem_class=DDR3_1600_8x8,
cpu_classes=(TimingSimpleCPU, TimingSimpleCPU)
).create_root()