remove obsolete VGA support for EPIA

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2007 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2005-08-10 22:44:30 +00:00
parent 043b409904
commit bd7a304bc7
2 changed files with 1 additions and 14 deletions

View File

@ -479,16 +479,7 @@ define CONFIG_SYS_CLK_FREQ
export used export used
comment "System clock frequency in MHz" comment "System clock frequency in MHz"
end 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 # SMP options
############################################### ###############################################

View File

@ -7,10 +7,6 @@ object isa-dma.o
object i8259.o object i8259.o
#object udelay_timer2.o CONFIG_UDELAY_TIMER2 #object udelay_timer2.o CONFIG_UDELAY_TIMER2
#if CONFIG_CONSOLE_VGA
# object beep.o
#end
if CONFIG_IDE if CONFIG_IDE
dir ide dir ide
end end