[LinuxBIOS] r31 - buildrom-devel

svn at openbios.org svn at openbios.org
Wed Sep 12 22:25:06 CEST 2007


Author: ward
Date: 2007-09-12 22:25:06 +0200 (Wed, 12 Sep 2007)
New Revision: 31

Modified:
   buildrom-devel/Config.in
Log:

Automatically disable LZMA compression for FILO, as it breaks that payload.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Jordan Crouse <jordan.crouse at amd.com>



Modified: buildrom-devel/Config.in
===================================================================
--- buildrom-devel/Config.in	2007-09-12 19:50:00 UTC (rev 30)
+++ buildrom-devel/Config.in	2007-09-12 20:25:06 UTC (rev 31)
@@ -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





More information about the coreboot mailing list