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, 1 insertions, 2 deletions
diff --git a/configs/example/arm/starter_fs.py b/configs/example/arm/starter_fs.py
index 9b6f68f55..2ca1cb800 100644
--- a/configs/example/arm/starter_fs.py
+++ b/configs/example/arm/starter_fs.py
@@ -110,8 +110,7 @@ def create(args):
mem_mode=mem_mode,
dtb_filename=dtb_file,
kernel=SysPaths.binary(args.kernel),
- readfile=args.script,
- machine_type="DTOnly")
+ readfile=args.script)
MemConfig.config_mem(args, system)