diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:47:56 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:47:56 +0000 |
commit | 29ff7b8a3022f8059d5b01147316be1f51b44baf (patch) | |
tree | ff588fedf9842539b2efecf79d19d0f9f939b1f6 /targets/amd/quartet | |
parent | 3d8a7d29723bbdfb00b4104cd383a03b3b6144d8 (diff) |
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
Diffstat (limited to 'targets/amd/quartet')
-rw-r--r-- | targets/amd/quartet/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb index 9f264ca908..1ef1cfa171 100644 --- a/targets/amd/quartet/Config.lb +++ b/targets/amd/quartet/Config.lb @@ -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 |