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@hermann-uwe.de Acked-by: Uwe Hermann uwe@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