arm, config: Fix CPU names in ARM example configs
authorAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 20 Jul 2017 09:44:28 +0000 (09:44 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 3 Aug 2017 15:45:59 +0000 (15:45 +0000)
commit9b64954ec0fc9dcbc36dabe8d247e4949c90c42f
tree896b1c665dd33658296f39e981fc2939fa257910
parent7a11f5417b612241a69f9afa20b219c4a9d1dc6d
arm, config: Fix CPU names in ARM example configs

The ARM example configs used to rely on CPU aliases for the
AtomicSimpleCPU and KVM when configuring clusters. This broken when
support for CPU aliases was removed ('config: Remove support for CPU
aliases.'). This change updates the config scripts to use the full
class names instead.

Change-Id: If36c46207f39ca1897ecf77d9588f1c059819e63
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4360
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
configs/example/arm/devices.py