configs: Using VExpress_GEM5_V1 as a default for Options.py
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Thu, 6 Feb 2020 14:34:48 +0000 (14:34 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 10 Feb 2020 09:52:44 +0000 (09:52 +0000)
This is replacing deprecated VExpress_EMM for scripts using Options.py,
like fs.py.

Change-Id: I2ba01b248bb9baf49e1f2217d623f3b9bc8a35f9
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25183
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/common/Options.py

index 49434863a5601e330afffe09250857331787f0c3..a126f3c3f98ae1f04d2b369d77b4318c3152e353 100644 (file)
@@ -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")