On Thu, Apr 23, 2009 at 09:51:30AM -0600, Myles Watson wrote:
(and, for the record: no more #ifdef in coreboot. We're not going to have this happen again.If we do have it in v2, let's remove it.)
-#ifdef CONFIG_COMPRESSION_LZMA +#ifdef CONFIG_COMPRESSED_PAYLOAD_LZMA==1
case CBFS_COMPRESS_LZMA: { unsigned long ulzma(unsigned char *src, unsigned char *dst);
I think you missed one.
Yes. That needs to be an #if to make things compile after patching.
Thanks, Ward.