config: add --bootloader to fs.py and fs_bigLITTLE.py
[gem5.git] / configs / common / Options.py
index 173bd483caba11d08a225bdbd65a3eabb5b30d1f..1405012d6dbf53ab38b95ea7a47d8d19c517e8ae 100644 (file)
@@ -444,6 +444,8 @@ def addFSOptions(parser):
                 action="store_true", help="Enable stats dump at context "\
                 "switches and dump tasks file (required for Streamline)")
         parser.add_option("--vio-9p", action="store_true", help=vio_9p_help)
+        parser.add_option("--bootloader", action='append',
+                help="executable file that runs before the --kernel")
 
     # Benchmark options
     parser.add_option("--dual", action="store_true",