Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-1

Creator:  Stefan Reinauer <stepan@openbios.org>

fix quartet build

increase quartet image size to get it building again.
Untested since currently I do not have access to a quartet 


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1920 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
arch import user (historical) 2005-07-06 16:47:56 +00:00
parent 3d8a7d2972
commit 29ff7b8a30
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ mainboard amd/quartet
romimage "normal"
option USE_FALLBACK_IMAGE=0
option ROM_IMAGE_SIZE=0x10000
option ROM_IMAGE_SIZE=0x14000
option LINUXBIOS_EXTRA_VERSION=".0-Normal"
payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x10000
option ROM_IMAGE_SIZE=0x14000
option LINUXBIOS_EXTRA_VERSION=".0-Fallback"
payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf
end