From 42fd936de229126aba0217997b945cf3cf675e9f Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Mon, 19 Oct 2009 16:58:51 +0000 Subject: Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4811 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/db800/Options.lb | 2 +- src/mainboard/digitallogic/msm800sev/Options.lb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/db800/Options.lb b/src/mainboard/amd/db800/Options.lb index 236dd05a65..5ec7b1ecdb 100644 --- a/src/mainboard/amd/db800/Options.lb +++ b/src/mainboard/amd/db800/Options.lb @@ -97,7 +97,7 @@ default CONFIG_HAVE_OPTION_TABLE=0 ### ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy. -default CONFIG_ROM_IMAGE_SIZE = 65536 +default CONFIG_ROM_IMAGE_SIZE = 32768 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## diff --git a/src/mainboard/digitallogic/msm800sev/Options.lb b/src/mainboard/digitallogic/msm800sev/Options.lb index 81c282238c..88e2a1f0e2 100644 --- a/src/mainboard/digitallogic/msm800sev/Options.lb +++ b/src/mainboard/digitallogic/msm800sev/Options.lb @@ -97,7 +97,7 @@ default CONFIG_HAVE_OPTION_TABLE=0 ### ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy. -default CONFIG_ROM_IMAGE_SIZE = 65536 +default CONFIG_ROM_IMAGE_SIZE = 32768 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## -- cgit v1.2.3