mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
9963c4c616
commit
aa41ff341f
2 changed files with 1 additions and 5 deletions
|
@ -505,6 +505,7 @@ void compute_allocate_resource(
|
||||||
|
|
||||||
#if defined(CONFIG_CONSOLE_VGA) && CONFIG_CONSOLE_VGA == 1
|
#if defined(CONFIG_CONSOLE_VGA) && CONFIG_CONSOLE_VGA == 1
|
||||||
struct device * vga_pri = 0;
|
struct device * vga_pri = 0;
|
||||||
|
int vga_inited = 0;
|
||||||
static void allocate_vga_resource(void)
|
static void allocate_vga_resource(void)
|
||||||
{
|
{
|
||||||
#warning "FIXME modify allocate_vga_resource so it is less pci centric!"
|
#warning "FIXME modify allocate_vga_resource so it is less pci centric!"
|
||||||
|
|
|
@ -83,11 +83,6 @@ struct rom_header * pci_rom_probe(struct device *dev)
|
||||||
|
|
||||||
static void *pci_ram_image_start = (void *)PCI_RAM_IMAGE_START;
|
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
|
#if CONFIG_CONSOLE_VGA == 1
|
||||||
extern int vga_inited; // defined in vga_console.c
|
extern int vga_inited; // defined in vga_console.c
|
||||||
#if CONFIG_CONSOLE_VGA_MULTI == 0
|
#if CONFIG_CONSOLE_VGA_MULTI == 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue