Alistair Delva has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51388 )

Change subject: WIP: ARM: Remove --root-device from starter_fs.py
......................................................................

WIP: ARM: Remove --root-device from starter_fs.py

Change-Id: Idd85908d1b12958b2cc10f828a7a49feb1d17b3a
---
M configs/example/arm/starter_fs.py
1 file changed, 9 insertions(+), 9 deletions(-)



diff --git a/configs/example/arm/starter_fs.py b/configs/example/arm/starter_fs.py
index 1e400c9..9e6d6b9 100644
--- a/configs/example/arm/starter_fs.py
+++ b/configs/example/arm/starter_fs.py
@@ -57,7 +57,6 @@

 default_kernel = 'vmlinux.arm64'
 default_disk = 'linaro-minimal-aarch64.img'
-default_root_device = '/dev/vda1'


# Pre-defined CPU configurations. Each tuple must be ordered as : (cpu_class,
@@ -164,10 +163,6 @@
         # Disable address space randomisation to get a consistent
         # memory layout.
         "norandmaps",
-        # Tell Linux where to find the root disk image.
-        "root=%s" % args.root_device,
-        # Mount the root disk read-write by default.
-        "rw",
         # Tell Linux about the amount of physical memory present.
         "mem=%s" % args.mem_size,
     ]
@@ -208,10 +203,6 @@
     parser.add_argument("--disk-image", action="append", type=str,
                         default=[],
                         help="Disks to instantiate")
-    parser.add_argument("--root-device", type=str,
-                        default=default_root_device,
- help="OS device name for root partition (default: {})"
-                             .format(default_root_device))
     parser.add_argument("--script", type=str, default="",
                         help = "Linux bootscript")
     parser.add_argument("--cpu", type=str, choices=list(cpu_types.keys()),

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51388
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Idd85908d1b12958b2cc10f828a7a49feb1d17b3a
Gerrit-Change-Number: 51388
Gerrit-PatchSet: 1
Gerrit-Owner: Alistair Delva <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to