[coreboot] r3443 - trunk/coreboot-v2/src/lib

svn at coreboot.org svn at coreboot.org
Fri Aug 1 13:32:12 CEST 2008


Author: stepan
Date: 2008-08-01 13:32:12 +0200 (Fri, 01 Aug 2008)
New Revision: 3443

Modified:
   trunk/coreboot-v2/src/lib/Config.lb
Log:
clean up Config.lb in lib/ (trivial)

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


Modified: trunk/coreboot-v2/src/lib/Config.lb
===================================================================
--- trunk/coreboot-v2/src/lib/Config.lb	2008-08-01 11:31:08 UTC (rev 3442)
+++ trunk/coreboot-v2/src/lib/Config.lb	2008-08-01 11:32:12 UTC (rev 3443)
@@ -1,6 +1,5 @@
 uses HAVE_FALLBACK_BOOT
 uses CONFIG_USE_INIT
-uses CONFIG_USE_PRINTK_IN_CAR
 uses CONFIG_USBDEBUG_DIRECT
 
 object clog2.o
@@ -23,9 +22,7 @@
 makedefine .PHONY : version.o
 
 if CONFIG_USE_INIT
-#	if CONFIG_USE_PRINTK_IN_CAR
 	initobject uart8250.c
-#	end
 	initobject memset.o
 	initobject memcpy.o
 	initobject memcmp.o





More information about the coreboot mailing list