From bd7a304bc758df1653e0645f447d1901500442d0 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Wed, 10 Aug 2005 22:44:30 +0000 Subject: remove obsolete VGA support for EPIA git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2007 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 11 +---------- src/pc80/Config.lb | 4 ---- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/config/Options.lb b/src/config/Options.lb index 13a531b478..bf7faf5d55 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -479,16 +479,7 @@ define CONFIG_SYS_CLK_FREQ export used comment "System clock frequency in MHz" end -define CONFIG_LEGACY_VGABIOS - default 0 - export used - comment "Support for legacy VGA BIOS" -end -define VGABIOS_START - default 0 - export used - comment "Base of Legacy VGA in Rom" -end + ############################################### # SMP options ############################################### diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb index 3f95bbc325..d8e2a05216 100644 --- a/src/pc80/Config.lb +++ b/src/pc80/Config.lb @@ -7,10 +7,6 @@ object isa-dma.o object i8259.o #object udelay_timer2.o CONFIG_UDELAY_TIMER2 -#if CONFIG_CONSOLE_VGA -# object beep.o -#end - if CONFIG_IDE dir ide end -- cgit v1.2.3