Revision 3c178e72 hw/mips_malta.c

b/hw/mips_malta.c
679 679
    va_start(ap, string);
680 680
    vsnprintf(buf, ENVP_ENTRY_SIZE, string, ap);
681 681
    va_end(ap);
682
    pstrcpy_targphys(table_addr + VIRT_TO_PHYS_ADDEND, ENVP_ENTRY_SIZE, buf);
682
    pstrcpy_targphys("prom", table_addr + VIRT_TO_PHYS_ADDEND, ENVP_ENTRY_SIZE, buf);
683 683
}
684 684

  
685 685
/* Kernel */

Also available in: Unified diff