[coreboot] [v2] r4232 - trunk/coreboot-v2/targets/msi/ms9185

svn at coreboot.org svn at coreboot.org
Wed Apr 29 22:34:42 CEST 2009


Author: stepan
Date: 2009-04-29 22:34:41 +0200 (Wed, 29 Apr 2009)
New Revision: 4232

Modified:
   trunk/coreboot-v2/targets/msi/ms9185/Config-abuild.lb
Log:
increase image size

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/targets/msi/ms9185/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms9185/Config-abuild.lb	2009-04-29 19:11:18 UTC (rev 4231)
+++ trunk/coreboot-v2/targets/msi/ms9185/Config-abuild.lb	2009-04-29 20:34:41 UTC (rev 4232)
@@ -12,14 +12,14 @@
 
 romimage "normal"
 	option USE_FALLBACK_IMAGE=0
-	option ROM_IMAGE_SIZE = 96 * 1024
+	option ROM_IMAGE_SIZE = 128 * 1024
 	option COREBOOT_EXTRA_VERSION=".0-normal"
 	payload __PAYLOAD__
 end
 
 romimage "fallback" 
 	option USE_FALLBACK_IMAGE=1
-	option ROM_IMAGE_SIZE = 96 * 1024
+	option ROM_IMAGE_SIZE = 128 * 1024
 	option COREBOOT_EXTRA_VERSION=".0-fallback"
 	payload __PAYLOAD__
 end





More information about the coreboot mailing list