This patch changes Config-lab.lb for qemu to use lzma like the other targets.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3281 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2342f8b343
commit
c314b2fcec
|
@ -4,8 +4,8 @@ target qemu-x86
|
||||||
mainboard emulation/qemu-x86
|
mainboard emulation/qemu-x86
|
||||||
|
|
||||||
option ROM_SIZE=2048*1024
|
option ROM_SIZE=2048*1024
|
||||||
option CONFIG_COMPRESSED_PAYLOAD_LZMA=0
|
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
|
||||||
option CONFIG_PRECOMPRESSED_PAYLOAD=0
|
option CONFIG_PRECOMPRESSED_PAYLOAD=1
|
||||||
|
|
||||||
option CC="gcc -m32"
|
option CC="gcc -m32"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue