More legacy code removal since we have make xconfig.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@264 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2007-03-13 15:51:08 +00:00
parent 9963c4c616
commit aa41ff341f
2 changed files with 1 additions and 5 deletions

View file

@ -505,6 +505,7 @@ void compute_allocate_resource(
#if defined(CONFIG_CONSOLE_VGA) && CONFIG_CONSOLE_VGA == 1
struct device * vga_pri = 0;
int vga_inited = 0;
static void allocate_vga_resource(void)
{
#warning "FIXME modify allocate_vga_resource so it is less pci centric!"

View file

@ -83,11 +83,6 @@ struct rom_header * pci_rom_probe(struct device *dev)
static void *pci_ram_image_start = (void *)PCI_RAM_IMAGE_START;
#ifndef GO_AWAY
int vga_inited;
struct device *vga_pri;
#endif
#if CONFIG_CONSOLE_VGA == 1
extern int vga_inited; // defined in vga_console.c
#if CONFIG_CONSOLE_VGA_MULTI == 0