aboutsummaryrefslogtreecommitdiff
path: root/hw/tosa.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/tosa.c')
-rw-r--r--hw/tosa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/tosa.c b/hw/tosa.c
index f67d67e..75df52e 100644
--- a/hw/tosa.c
+++ b/hw/tosa.c
@@ -119,8 +119,8 @@ static void tosa_init(ram_addr_t ram_size, int vga_ram_size,
}
QEMUMachine tosapda_machine = {
- "tosa",
- "Tosa PDA (PXA255)",
- tosa_init,
- TOSA_RAM + TOSA_ROM + PXA2XX_INTERNAL_SIZE + RAMSIZE_FIXED,
+ .name = "tosa",
+ .desc = "Tosa PDA (PXA255)",
+ .init = tosa_init,
+ .ram_require = TOSA_RAM + TOSA_ROM + PXA2XX_INTERNAL_SIZE + RAMSIZE_FIXED,
};