summaryrefslogtreecommitdiff
path: root/configs/example/arm/starter_fs.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/arm/starter_fs.py')
-rw-r--r--configs/example/arm/starter_fs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/example/arm/starter_fs.py b/configs/example/arm/starter_fs.py
index 4061501ba..36c51d675 100644
--- a/configs/example/arm/starter_fs.py
+++ b/configs/example/arm/starter_fs.py
@@ -104,7 +104,8 @@ def create(args):
# Only simulate caches when using a timing CPU (e.g., the HPI model)
want_caches = True if mem_mode == "timing" else False
- system = devices.SimpleSystem(want_caches,
+ system = devices.simpleSystem(LinuxArmSystem,
+ want_caches,
args.mem_size,
mem_mode=mem_mode,
kernel=SysPaths.binary(args.kernel),