[coreboot] [v2] r4266 - trunk/coreboot-v2/targets/kontron/986lcd-m

svn at coreboot.org svn at coreboot.org
Mon May 11 03:44:55 CEST 2009


Author: uwe
Date: 2009-05-11 03:44:54 +0200 (Mon, 11 May 2009)
New Revision: 4266

Modified:
   trunk/coreboot-v2/targets/kontron/986lcd-m/Config.lb
Log:
Fix manual build on the Kontron board (trivial).

A manual build was yielding section overlaps, so increase
ROM_IMAGE_SIZE to the same size the Config-abuild.lb is using.

Build-tested by me using a manual build.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/coreboot-v2/targets/kontron/986lcd-m/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/kontron/986lcd-m/Config.lb	2009-05-10 20:35:18 UTC (rev 4265)
+++ trunk/coreboot-v2/targets/kontron/986lcd-m/Config.lb	2009-05-11 01:44:54 UTC (rev 4266)
@@ -17,7 +17,8 @@
 option FALLBACK_SIZE = ROM_SIZE
 
 romimage "fallback"
-	option USE_FALLBACK_IMAGE=1
+	option USE_FALLBACK_IMAGE = 1
+	option ROM_IMAGE_SIZE = 144 * 1024
 	payload ../payload.elf
 end
 





More information about the coreboot mailing list