From: Giacomo Travaglini Date: Thu, 6 Feb 2020 14:34:48 +0000 (+0000) Subject: configs: Using VExpress_GEM5_V1 as a default for Options.py X-Git-Tag: v19.0.0.0~24 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=441138b837bde55476d4324f172a6c88b6c186cd;p=gem5.git configs: Using VExpress_GEM5_V1 as a default for Options.py This is replacing deprecated VExpress_EMM for scripts using Options.py, like fs.py. Change-Id: I2ba01b248bb9baf49e1f2217d623f3b9bc8a35f9 Signed-off-by: Giacomo Travaglini Reviewed-by: Nikos Nikoleris Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25183 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- diff --git a/configs/common/Options.py b/configs/common/Options.py index 49434863a..a126f3c3f 100644 --- a/configs/common/Options.py +++ b/configs/common/Options.py @@ -434,7 +434,7 @@ def addFSOptions(parser): help="List available platform types") parser.add_option("--machine-type", action="store", type="choice", choices=ObjectList.platform_list.get_names(), - default="VExpress_EMM") + default="VExpress_GEM5_V1") parser.add_option("--dtb-filename", action="store", type="string", help="Specifies device tree blob file to use with device-tree-"\ "enabled kernels")