sun4m: don't use legacy fw_cfg_init_mem() function
commit8498321421e95a822dc7a5dd3184890766a029bb
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 10 Aug 2018 11:41:10 +0000 (10 12:41 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 20 Aug 2018 18:18:31 +0000 (20 19:18 +0100)
treeac010743c29fdac5443f1bf129613f026955a5e3
parent3ac24188eccffe4b6038b47f446c3472897abdf4
sun4m: don't use legacy fw_cfg_init_mem() function

Instead initialise the device via qdev to allow us to set device properties
directly as required.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/sparc/sun4m.c