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!" ?

Other than that,

Acked-by: Peter Stuge <[email protected]>

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to