configs: fs.py remove --generate-dtb and enable it by default
authorCiro Santilli <ciro.santilli@arm.com>
Thu, 24 Jan 2019 14:13:39 +0000 (14:13 +0000)
committerCiro Santilli <ciro.santilli@arm.com>
Fri, 25 Jan 2019 13:06:16 +0000 (13:06 +0000)
commit9048ef0ffbf21bedb803b785fb68f83e95c04db8
tree368235389acf7b5115cf2172d12542b4b3c1df95
parent12eca7ac04ae1ba559bf322b5c625513929d369d
configs: fs.py remove --generate-dtb and enable it by default

The option is now enabled if neither --bare-metal nor --dtb-filename are
given.

This is what fs_bigLITTLE.py already did before this patch.

Change-Id: I9179f8c9fa18edbd1e0f1a65ea2c1de0a26b7921
Reviewed-on: https://gem5-review.googlesource.com/c/15899
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
configs/common/FSConfig.py
configs/common/Options.py
configs/example/fs.py