diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-15 20:05:11 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-15 20:05:11 +0000 |
commit | b56ef076002ee90ac08fbac5888b8b3374ce582e (patch) | |
tree | 8f9e65c647dd1db2d3fc512fe9e6a2b98ed258fe /targets/tyan/s2880 | |
parent | 820dea8a628a862639da3c4a4d465422a94f3a8d (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/s2880')
-rw-r--r-- | targets/tyan/s2880/Config.lb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/targets/tyan/s2880/Config.lb b/targets/tyan/s2880/Config.lb index 1892b25368..e9183a0f54 100644 --- a/targets/tyan/s2880/Config.lb +++ b/targets/tyan/s2880/Config.lb @@ -56,11 +56,11 @@ uses XIP_ROM_BASE uses HAVE_HARD_RESET -uses CONFIG_VGABIOS -uses CONFIG_REALMODE_IDT -uses CONFIG_PCIBIOS -uses VGABIOS_START -uses SCSIFW_START +#uses CONFIG_VGABIOS +#uses CONFIG_REALMODE_IDT +#uses CONFIG_PCIBIOS +#uses VGABIOS_START +#uses SCSIFW_START # #uses CONFIG_LSI_SCSI_FW_FIXUP @@ -78,11 +78,11 @@ option k7=1 option k8=1 option ROM_SIZE=524288 -option CONFIG_VGABIOS=0 -option CONFIG_REALMODE_IDT=0 -option CONFIG_PCIBIOS=0 -option VGABIOS_START=0xfff8c000 -option SCSIFW_START=0xfff80000 +#option CONFIG_VGABIOS=0 +#option CONFIG_REALMODE_IDT=0 +#option CONFIG_PCIBIOS=0 +#option VGABIOS_START=0xfff8c000 +#option SCSIFW_START=0xfff80000 option HAVE_FALLBACK_BOOT=1 @@ -236,4 +236,4 @@ romimage "fallback" payload ../../tg3.zelf end -buildrom ROM_SIZE "normal" "fallback" +buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |