summaryrefslogtreecommitdiff
path: root/configs/common/Options.py
diff options
context:
space:
mode:
authorAnthony Gutierrez <atgutier@umich.edu>2013-02-15 18:48:59 -0500
committerAnthony Gutierrez <atgutier@umich.edu>2013-02-15 18:48:59 -0500
commit21aa950318c3f754797e1aab3533f749559e7e87 (patch)
tree8770eaa7513750c0fd617479e95b3acf43583f76 /configs/common/Options.py
parentf7107fb7954b45547ab792493e86760cf6fe33ed (diff)
downloadgem5-21aa950318c3f754797e1aab3533f749559e7e87.tar.xz
options: add command line option for dtb file
Diffstat (limited to 'configs/common/Options.py')
-rw-r--r--configs/common/Options.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/common/Options.py b/configs/common/Options.py
index 63951950f..bdc0a8c30 100644
--- a/configs/common/Options.py
+++ b/configs/common/Options.py
@@ -173,6 +173,9 @@ def addFSOptions(parser):
help="Provide the raw system without the linux specific bits")
parser.add_option("--machine-type", action="store", type="choice",
choices=ArmMachineType.map.keys(), default="RealView_PBX")
+ parser.add_option("--dtb-filename", action="store", type="string",
+ help="Specifies device tree blob file to use with device-tree-"\
+ "enabled kernels")
# Benchmark options
parser.add_option("--dual", action="store_true",
help="Simulate two systems attached with an ethernet link")