diff options
Diffstat (limited to 'hw/etraxfs.c')
-rw-r--r-- | hw/etraxfs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/etraxfs.c b/hw/etraxfs.c index 1ec0fa006a..4d3f694eda 100644 --- a/hw/etraxfs.c +++ b/hw/etraxfs.c @@ -141,8 +141,8 @@ void bareetraxfs_init (ram_addr_t ram_size, int vga_ram_size, } QEMUMachine bareetraxfs_machine = { - "bareetraxfs", - "Bare ETRAX FS board", - bareetraxfs_init, - 0x8000000, + .name = "bareetraxfs", + .desc = "Bare ETRAX FS board", + .init = bareetraxfs_init, + .ram_require = 0x8000000, }; |