aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 13:01:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 13:01:37 +0000
commit76bb97c995a52afdc8f5dc47b34784ebc23132a6 (patch)
tree449206c5ae946f8f01dac9667ab82114b8adb52f /init
parent49e60b97886534350ec4da5de185535ad0a8e9aa (diff)
downloadbusybox-76bb97c995a52afdc8f5dc47b34784ebc23132a6.tar.gz
- landley, remove this?
Diffstat (limited to 'init')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index b9385cfad..928f84b91 100644
--- a/init/init.c
+++ b/init/init.c
@@ -313,7 +313,7 @@ static void console_init(void)
if ((s = getenv("CONSOLE")) != NULL || (s = getenv("console")) != NULL) {
safe_strncpy(console, s, sizeof(console));
-#if #cpu(sparc)
+#if 0 /* #cpu(sparc) */
/* sparc kernel supports console=tty[ab] parameter which is also
* passed to init, so catch it here */
/* remap tty[ab] to /dev/ttyS[01] */