dev: Fix the SPARC and X86 platform devices.
authorGabe Black <gabeblack@google.com>
Fri, 17 Nov 2017 23:24:28 +0000 (15:24 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 20 Nov 2017 00:15:28 +0000 (00:15 +0000)
commit205add5769e3978341cb9aa71d563dfb048e1f13
treee09783c1dbdfddb37d849ddc6185d69a69c83bd3
parent4fd58c6494080302c4fc765c83cb76b5947d1cae
dev: Fix the SPARC and X86 platform devices.

A recent serial device refactoring changed the name of the parameter
that the terminal device gets attached to on the UART. The x86 and
SPARC platform devices didn't get updated though, and were still using
the old name. This change updates those objects.

Reported-by: Kanad Basu <kanad.kut@gmail.com>
Change-Id: I0824a9df8639062d8561420ea9ffea26b8b7e2e9
Reviewed-on: https://gem5-review.googlesource.com/5781
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/dev/sparc/T1000.py
src/dev/x86/Pc.py