[coreboot] [v2] r4811 - in trunk/coreboot-v2/src/mainboard: amd/db800 digitallogic/msm800sev

svn at coreboot.org svn at coreboot.org
Mon Oct 19 18:58:51 CEST 2009


Author: myles
Date: 2009-10-19 18:58:51 +0200 (Mon, 19 Oct 2009)
New Revision: 4811

Modified:
   trunk/coreboot-v2/src/mainboard/amd/db800/Options.lb
   trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/Options.lb
Log:
Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>


Modified: trunk/coreboot-v2/src/mainboard/amd/db800/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/db800/Options.lb	2009-10-19 16:48:32 UTC (rev 4810)
+++ trunk/coreboot-v2/src/mainboard/amd/db800/Options.lb	2009-10-19 16:58:51 UTC (rev 4811)
@@ -97,7 +97,7 @@
 ###
 
 ## 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
 
 ##

Modified: trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/Options.lb	2009-10-19 16:48:32 UTC (rev 4810)
+++ trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/Options.lb	2009-10-19 16:58:51 UTC (rev 4811)
@@ -97,7 +97,7 @@
 ###
 
 ## 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
 
 ##





More information about the coreboot mailing list