mps2: Correctly set parent bus for SCC device
commit3d75007e017b62f2165b8c0166f0e4984bc1640d
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Jul 2017 16:56:12 +0000 (24 17:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Jul 2017 16:59:28 +0000 (24 17:59 +0100)
tree05be8c53660211d9aed79038026236dfb3e5316b
parenteda40cc1686162dcd92a97debcbb0df74269651f
mps2: Correctly set parent bus for SCC device

A cut-and-paste error meant that instead of setting the
qdev parent bus for the SCC device we were setting it
twice for the ARMv7M container device. Fix this bug.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1500634509-28011-1-git-send-email-peter.maydell@linaro.org
hw/arm/mps2.c