]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/stellaris.c
stellaris: Stop using armv7m_init()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jun 2018 13:57:13 +0000 (14:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jun 2018 14:23:34 +0000 (15:23 +0100)
commitf04d44654d85e25f71e00d3295db03a4ea95d8d8
treeccca87536d86860216771dd2e93aecf7604ef325
parent05b4940bf1d6f6b32169d233562fafde1789cdbe
stellaris: Stop using armv7m_init()

The stellaris board is still using the legacy armv7m_init() function,
which predates conversion of the ARMv7M into a proper QOM container
object. Make the board code directly create the ARMv7M object instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20180601144328.23817-2-peter.maydell@linaro.org
hw/arm/stellaris.c