From 29ff7b8a3022f8059d5b01147316be1f51b44baf Mon Sep 17 00:00:00 2001 From: "arch import user (historical)" Date: Wed, 6 Jul 2005 16:47:56 +0000 Subject: Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-1 Creator: Stefan Reinauer 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 --- targets/amd/quartet/Config.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'targets/amd') 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 -- cgit v1.2.3