From c52956bd7f44d924fff021fcb02f4e839acef03e Mon Sep 17 00:00:00 2001 From: aldot Date: Mon, 29 May 2006 13:01:37 +0000 Subject: - landley, remove this? git-svn-id: svn://busybox.net/trunk/busybox@15222 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] */ -- cgit v1.2.3-55-g6feb