config: remove dead code in fs.py
authorNayan Deshmukh <nayan26deshmukh@gmail.com>
Sun, 4 Feb 2018 12:28:46 +0000 (17:58 +0530)
committerNayan Deshmukh <nayan26deshmukh@gmail.com>
Mon, 5 Feb 2018 17:36:55 +0000 (17:36 +0000)
commit5f9795a4e0b4dd7dd7ec758ab8c58a4b423856db
tree6eaebc71f74548a01f3f0ea56d799914dffbfe45
parent0c208d94cac1f89a04a5adb242327fa9fd13d70e
config: remove dead code in fs.py

We have not added the --generate-dtb option for non-ARM systems and
hence this case becomes dead code. It also leads to error on non-ARM
systems as is tries to access a non existent field.

Change-Id: Ia926bd0c61efa275bc5e3864b8a9c3ffb7aa3cb5
Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Reviewed-on: https://gem5-review.googlesource.com/7801
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
configs/example/fs.py