configs: Remove default bootscript option for fs_bigLITTLE.py
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 6 Jan 2021 16:00:42 +0000 (16:00 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Thu, 7 Jan 2021 09:37:40 +0000 (09:37 +0000)
commit3c0769bd257aba9b6dfe4b076cadd9ac23b52573
tree48f8081d065e416cb3266db4f145d5692595c0a2
parent00dd0d7b3d344ab102e2912fc7db824dad84f3a0
configs: Remove default bootscript option for fs_bigLITTLE.py

Since the beginning fs_bigLITTLE has been pointing to a default

default_rcs = 'bootscript.rcS'

as a System.readfile parameter. That script is not present in
the gem5 repo and all the other fs scripts (starter_fs.py, fs.py
through Options.py) are using an emptry string as default
readfile param value.

We are hence aligning to the other scripts by removing this
default value

Change-Id: I20dc7714deae890d61706459c8d13bd8f5aac7a0
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38815
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/example/arm/fs_bigLITTLE.py