Revision 1235fc06 hw/integratorcp.c

b/hw/integratorcp.c
494 494
    }
495 495
    ram_offset = qemu_ram_alloc(ram_size);
496 496
    /* ??? On a real system the first 1Mb is mapped as SSRAM or boot flash.  */
497
    /* ??? RAM shoud repeat to fill physical memory space.  */
497
    /* ??? RAM should repeat to fill physical memory space.  */
498 498
    /* SDRAM at address zero*/
499 499
    cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM);
500 500
    /* And again at address 0x80000000 */

Also available in: Unified diff