summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2006-10-05 00:27:44 +0000
committerYinghai Lu <yinghailu@gmail.com>2006-10-05 00:27:44 +0000
commit1792b2e8011ce6e894d3b36b1d47d78411f5b0f8 (patch)
treed73789b5bdf197ab40620e8c4e951a15ab934867 /src/console
parent6d74d76de46e733fa4866f47b58be60feb472f1f (diff)
downloadcoreboot-1792b2e8011ce6e894d3b36b1d47d78411f5b0f8.tar.xz
make ppc happy for console
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Config.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb
index 231c533bd3..daba367f94 100644
--- a/src/console/Config.lb
+++ b/src/console/Config.lb
@@ -25,7 +25,7 @@ object vtxprintf.o
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