summaryrefslogtreecommitdiffstats
path: root/hw/mcf5208.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mcf5208.c')
-rw-r--r--hw/mcf5208.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/mcf5208.c b/hw/mcf5208.c
index dfb504b..3e0a811 100644
--- a/hw/mcf5208.c
+++ b/hw/mcf5208.c
@@ -305,8 +305,8 @@ static void mcf5208evb_init(ram_addr_t ram_size, int vga_ram_size,
}
QEMUMachine mcf5208evb_machine = {
- "mcf5208evb",
- "MCF5206EVB",
- mcf5208evb_init,
- 16384,
+ .name = "mcf5208evb",
+ .desc = "MCF5206EVB",
+ .init = mcf5208evb_init,
+ .ram_require = 16384,
};
OpenPOWER on IntegriCloud