config: add --bootloader to fs.py and fs_bigLITTLE.py
[gem5.git] / configs / example / fs.py
index e202d75130acabd33c1e6edb74484b0777449357..e747b1aab8f6329429cc8da63edeef0cf38a2754 100644 (file)
@@ -104,6 +104,7 @@ def build_test_system(np):
             ruby=options.ruby,
             security=options.enable_security_extensions,
             vio_9p=options.vio_9p,
+            bootloader=options.bootloader,
         )
         if options.enable_context_switch_stats_dump:
             test_sys.enable_context_switch_stats_dump = True