Revision 4b32e168 hw/mcf5208.c

b/hw/mcf5208.c
305 305
}
306 306

  
307 307
QEMUMachine mcf5208evb_machine = {
308
    "mcf5208evb",
309
    "MCF5206EVB",
310
    mcf5208evb_init,
311
    16384,
308
    .name = "mcf5208evb",
309
    .desc = "MCF5206EVB",
310
    .init = mcf5208evb_init,
311
    .ram_require = 16384,
312 312
};

Also available in: Unified diff