configs: Remove default kernel value from system creation
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Thu, 26 Jul 2018 10:07:07 +0000 (12:07 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Mon, 25 Mar 2019 12:11:51 +0000 (12:11 +0000)
commit149c1fc2d070a8ce073263880ecf2ccf7535e569
treeef2cc79cee9c9d05e5b7f3c6b208c4d97d13cb88
parent8e1a1418188b96ad5f6b27ab82aa463fc95f4179
configs: Remove default kernel value from system creation

Kernel was being set using a placeholder and then assigned the
correct value. This would generate the following error if the
placeholder file did not exist:
'IOError: Can't find file <placeholder> on path'

This patch follows the same directions of commit
12eca7ac04ae1ba559bf322b5c625513929d369d and removes the default
values, forcing the user to properly configure the kernel.

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