[coreboot] r3281 - trunk/coreboot-v2/targets/emulation/qemu-x86

svn at coreboot.org svn at coreboot.org
Tue May 6 17:17:45 CEST 2008


Author: myles
Date: 2008-05-06 17:17:43 +0200 (Tue, 06 May 2008)
New Revision: 3281

Modified:
   trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb
Log:
This patch changes Config-lab.lb for qemu to use lzma like the other targets.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Jordan Crouse <jordan.crouse at amd.com>


Modified: trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb
===================================================================
--- trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb	2008-05-06 15:02:22 UTC (rev 3280)
+++ trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb	2008-05-06 15:17:43 UTC (rev 3281)
@@ -4,8 +4,8 @@
 mainboard emulation/qemu-x86
 
 option ROM_SIZE=2048*1024
-option CONFIG_COMPRESSED_PAYLOAD_LZMA=0
-option CONFIG_PRECOMPRESSED_PAYLOAD=0
+option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
+option CONFIG_PRECOMPRESSED_PAYLOAD=1
 
 option CC="gcc -m32"
 





More information about the coreboot mailing list