Revision 1724f049 hw/tosa.c

b/hw/tosa.c
215 215
    cpu = pxa255_init(tosa_binfo.ram_size);
216 216

  
217 217
    cpu_register_physical_memory(0, TOSA_ROM,
218
                    qemu_ram_alloc(TOSA_ROM) | IO_MEM_ROM);
218
                    qemu_ram_alloc(NULL, "tosa.rom", TOSA_ROM) | IO_MEM_ROM);
219 219

  
220 220
    tmio = tc6393xb_init(0x10000000,
221 221
            pxa2xx_gpio_in_get(cpu->gpio)[TOSA_GPIO_TC6393XB_INT]);

Also available in: Unified diff