[coreboot] [PATCH] CBFS decompress error

Myles Watson mylesgw at gmail.com
Thu Oct 8 23:07:09 CEST 2009


On Thu, Oct 8, 2009 at 2:57 PM, Peter Stuge <peter at stuge.se> wrote:
> Myles Watson wrote:
>> +     case CBFS_COMPRESS_LZMA:
>> +             if (!ulzma(src, dst)) {
>> +                     printk_err("CBFS: ulzma returned 0!\n");
>> +                     return -1;
>> +             }
>
> Please say "ulzma() failed!" or maybe "LZMA decompression failed!" ?
Good point.  Fixed.

Thanks,
Myles




More information about the coreboot mailing list