[LinuxBIOS] buildrom: (revised) auto disable lzma compression for non-supported payloads

Jordan Crouse jordan.crouse at amd.com
Wed Sep 12 22:22:11 CEST 2007


On 12/09/07 16:16 -0400, Ward Vandewege wrote:
> 
> That last patch was silly, this is the proper way to disable lzma.

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

> Thanks,
> Ward.
> 
> -- 
> Ward Vandewege <ward at fsf.org>
> Free Software Foundation - Senior System Administrator

> 
> Automatically disable LZMA compression for FILO, as it breaks that payload.
> 
> Signed-off-by: Ward Vandewege <ward at gnu.org>
> 
> Index: Config.in
> ===================================================================
> --- Config.in	(revision 17)
> +++ Config.in	(working copy)
> @@ -10,7 +10,7 @@
>  	bool "See the build output on stdout"
>  	default n
>  	help
> -	  See the entire build output on stdout.  Otherwise, it will
> +	  See the entire build output on stdout. Otherwise, it will
>  	  be saved off in a series of logs
>  
>  config ADVANCED
> @@ -24,10 +24,11 @@
>  config USE_LZMA
>  	bool "Enable LZMA compression"
>  	depends !PAYLOAD_OFW
> +	depends !PAYLOAD_FILO
>  	default y
>  	help
> -	  Allow LZMA compression for the payload.  This doesn't work
> -	  for OFW.
> +	  Allow LZMA compression for the payload. This doesn't work
> +	  for FILO or OFW. 
>  
>  
>  config LB_USE_BUILD

> -- 
> linuxbios mailing list
> linuxbios at linuxbios.org
> http://www.linuxbios.org/mailman/listinfo/linuxbios

-- 
Jordan Crouse
Systems Software Development Engineer 
Advanced Micro Devices, Inc.






More information about the coreboot mailing list