hw/arm/bcm2836: Remove unused 'cpu_type' field
commit75a73a11d3597275bc9ef237bcb38cb53de3166d
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 13 Jul 2020 13:36:07 +0000 (13 14:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jul 2020 13:36:07 +0000 (13 14:36 +0100)
tree69ccabeb74e170ede1b123e9c12b4cee24920953
parent00ce6c36b35e0eb8cc5d68a28f288a6335848813
hw/arm/bcm2836: Remove unused 'cpu_type' field

The 'cpu_type' has been moved from BCM283XState to BCM283XClass
in commit 210f47840d, but we forgot to remove the old variable.
Do it now.

Fixes: 210f47840d ("hw/arm/bcm2836: Hardcode correct CPU type")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20200703200459.23294-1-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/hw/arm/bcm2836.h