Skip to content
  • Paul Brook's avatar
    Remove vga_ram_size · fbe1b595
    Paul Brook authored
    
    
    The vga_ram_size argument to machine init functions always has the same
    value, and is ignored by many machines (including SPARC32 which has an
    obsolete ifdef for VGA_RAM_SIZE).
    
    Remove it and push VGA_RAM_SIZE into vga_int.h.
    
    Signed-off-by: default avatarPaul Brook <paul@codesourcery.com>
    fbe1b595