Revision 4b32e168 hw/etraxfs.c

b/hw/etraxfs.c
141 141
}
142 142

  
143 143
QEMUMachine bareetraxfs_machine = {
144
    "bareetraxfs",
145
    "Bare ETRAX FS board",
146
    bareetraxfs_init,
147
    0x8000000,
144
    .name = "bareetraxfs",
145
    .desc = "Bare ETRAX FS board",
146
    .init = bareetraxfs_init,
147
    .ram_require = 0x8000000,
148 148
};

Also available in: Unified diff