make ppc happy for console


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/console/Config.lb b/src/console/Config.lb
index 231c533..daba367 100644
--- a/src/console/Config.lb
+++ b/src/console/Config.lb
@@ -25,7 +25,7 @@
 object vsprintf.o
 
 if CONFIG_USE_INIT
-	if CONFIG_USE_PRINTK_IN_CAR
+#	if CONFIG_USE_PRINTK_IN_CAR
 	initobject vtxprintf.o
-	end
+#	end
 end
diff --git a/src/lib/Config.lb b/src/lib/Config.lb
index e8ef1bd..b2c2821 100644
--- a/src/lib/Config.lb
+++ b/src/lib/Config.lb
@@ -17,9 +17,9 @@
 makedefine .PHONY : version.o
 
 if CONFIG_USE_INIT
-	if CONFIG_USE_PRINTK_IN_CAR
+#	if CONFIG_USE_PRINTK_IN_CAR
 	initobject uart8250.c
-	end
+#	end
 	initobject memset.o
 	initobject memcpy.o
 	initobject memcmp.o