aboutsummaryrefslogtreecommitdiff
path: root/targets/tyan/s2885
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-10-15 20:05:11 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-10-15 20:05:11 +0000
commitb56ef076002ee90ac08fbac5888b8b3374ce582e (patch)
tree8f9e65c647dd1db2d3fc512fe9e6a2b98ed258fe /targets/tyan/s2885
parent820dea8a628a862639da3c4a4d465422a94f3a8d (diff)
for tyan. recover from Eric B's error additions to via code :-)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1220 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2885')
-rw-r--r--targets/tyan/s2885/Config.lb13
1 files changed, 6 insertions, 7 deletions
diff --git a/targets/tyan/s2885/Config.lb b/targets/tyan/s2885/Config.lb
index 3f2258f818..67828b9126 100644
--- a/targets/tyan/s2885/Config.lb
+++ b/targets/tyan/s2885/Config.lb
@@ -41,7 +41,6 @@ uses USE_FALLBACK_IMAGE
uses USE_OPTION_TABLE
uses HAVE_OPTION_TABLE
uses CONFIG_CHIP_CONFIGURE
-uses CONFIG_LEGACY_VGABIOS
uses CONFIG_CONSOLE_SERIAL8250
uses TTYS0_BAUD
@@ -56,10 +55,10 @@ uses XIP_ROM_SIZE
uses XIP_ROM_BASE
uses HAVE_HARD_RESET
-uses CONFIG_VGABIOS
-uses CONFIG_REALMODE_IDT
-uses CONFIG_PCIBIOS
-uses VGABIOS_START
+#uses CONFIG_VGABIOS
+#uses CONFIG_REALMODE_IDT
+#uses CONFIG_PCIBIOS
+#uses VGABIOS_START
#uses SCSIFW_START
#
@@ -76,7 +75,7 @@ option k7=1
option k8=1
option ROM_SIZE=524288
-option CONFIG_LEGACY_VGABIOS=1
+#option CONFIG_VGABIOS=1
#option CONFIG_REALMODE_IDT=1
#option CONFIG_PCIBIOS=1
#option VGABIOS_START=1
@@ -235,4 +234,4 @@ romimage "fallback"
payload ../../tg3--ide_disk.zelf
end
-buildrom ROM_SIZE "normal" "fallback"
+buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"