[coreboot] [PATCH] CBFS decompress error

Peter Stuge peter at stuge.se
Thu Oct 8 22:57:17 CEST 2009


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 <peter at stuge.se>




More information about the coreboot mailing list