This patch changes Config-lab.lb for qemu to use lzma like the other targets.
[coreboot.git] / targets / emulation / qemu-x86 / Config-lab.lb
index bb1952222c0efef0a03f506b6e11812123d017c8..7dff303c10acb1b3b552f8a658b639d10cc70b6f 100644 (file)
@@ -4,8 +4,8 @@ target qemu-x86
 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"