[coreboot] [FILO] r127 - in trunk/filo: . configs

repository service svn at coreboot.org
Tue Apr 20 19:32:02 CEST 2010


Author: stepan
Date: Tue Apr 20 19:32:01 2010
New Revision: 127
URL: http://tracker.coreboot.org/trac/filo/changeset/127

Log:
drop unused config variable REVIEW and enable EXPERIMENTAL per default.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/filo/Config.in
   trunk/filo/configs/defconfig

Modified: trunk/filo/Config.in
==============================================================================
--- trunk/filo/Config.in	Tue Apr 20 18:05:33 2010	(r126)
+++ trunk/filo/Config.in	Tue Apr 20 19:32:01 2010	(r127)
@@ -9,10 +9,6 @@
 	bool
 	default y
 
-config REVIEW
-	bool
-	default n
-
 menu "Interface Options"
 
 config USE_GRUB

Modified: trunk/filo/configs/defconfig
==============================================================================
--- trunk/filo/configs/defconfig	Tue Apr 20 18:05:33 2010	(r126)
+++ trunk/filo/configs/defconfig	Tue Apr 20 19:32:01 2010	(r127)
@@ -4,7 +4,6 @@
 # Fri Mar 26 12:50:23 2010
 #
 CONFIG_TARGET_I386=y
-# CONFIG_REVIEW is not set
 
 #
 # Interface Options
@@ -52,7 +51,7 @@
 #
 # Debugging & Experimental
 #
-# CONFIG_EXPERIMENTAL is not set
+CONFIG_EXPERIMENTAL=y
 # CONFIG_DEBUG_ALL is not set
 # CONFIG_DEBUG_ELFBOOT is not set
 # CONFIG_DEBUG_ELFNOTE is not set




More information about the coreboot mailing list