[coreboot] [v2] r4178 - trunk/coreboot-v2/targets/msi/ms9282

svn at coreboot.org svn at coreboot.org
Wed Apr 22 17:49:29 CEST 2009


Author: stepan
Date: 2009-04-22 17:49:28 +0200 (Wed, 22 Apr 2009)
New Revision: 4178

Modified:
   trunk/coreboot-v2/targets/msi/ms9282/Config-abuild.lb
Log:
increase rom sizes for abuild
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/targets/msi/ms9282/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms9282/Config-abuild.lb	2009-04-22 13:33:43 UTC (rev 4177)
+++ trunk/coreboot-v2/targets/msi/ms9282/Config-abuild.lb	2009-04-22 15:49:28 UTC (rev 4178)
@@ -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