--- Config.in (Revision 169) +++ Config.in (Arbeitskopie) @@ -94,6 +94,7 @@ config USE_LZMA bool "Enable LZMA compression" depends on !(PAYLOAD_OFW && COREBOOT_V2) + depends on !(PAYLOAD_OPENBIOS && COREBOOT_V2) depends on !(PAYLOAD_FILO && COREBOOT_V2) depends on !(PAYLOAD_ETHERBOOT && COREBOOT_V2) default y
I've always wondered what the reason for this is. Is there something magical about these payloads and their interactions with lzma?
Thanks, Myles