ARM devboards: Set arm_sysctl properties before init, not after
commit7a65c8cc315c76bde6d692845c12e7ba06f44f89
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 9 Feb 2012 06:11:16 +0000 (9 06:11 +0000)
committerPaul Brook <paul@codesourcery.com>
Thu, 9 Feb 2012 12:10:35 +0000 (9 12:10 +0000)
treed3929788c6d5005aee61d30f2411a7b74aaec1a8
parenta642153013b2d0af106c0d4b9a637677d1e2c010
ARM devboards: Set arm_sysctl properties before init, not after

The ARM devboard models (vexpress-a9, realview, versatilepb, etc)
were accidentally trying to set one of the arm_sysctl properties
after device init. This has now become a fatal error; set the property
before device init where it should be done instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/realview.c
hw/versatilepb.c
hw/vexpress.c