Revision 1235fc06 hw/versatilepb.c

b/hw/versatilepb.c
182 182
        fprintf(stderr, "Unable to find CPU definition\n");
183 183
        exit(1);
184 184
    }
185
    /* ??? RAM shoud repeat to fill physical memory space.  */
185
    /* ??? RAM should repeat to fill physical memory space.  */
186 186
    /* SDRAM at address zero.  */
187 187
    cpu_register_physical_memory(0, ram_size, IO_MEM_RAM);
188 188

  

Also available in: Unified diff