From: Peter Horton <pdh@colonel-panic.org>
To: ralf@linux-mips.org
Cc: linux-mips@linux-mips.org
Subject: [PATCH Cobalt 1/3] fix hang on Qube2700 boot
Date: Sun, 10 Apr 2005 14:06:35 +0100 [thread overview]
Message-ID: <20050410130635.GA20589@skeleton-jack> (raw)
The Qube2700 boot hangs because the old "prom" style console is
unconditionally enabled. Drop the "prom" console code from the build. It
would only be used if no "console=" line was supplied and in that case
the current 8250 code defaults to using ttyS0 at 9600 anyway (assuming a
port exists).
--
Index: linux/arch/mips/cobalt/Makefile
===================================================================
--- linux.orig/arch/mips/cobalt/Makefile 2003-11-13 14:30:45.000000000 +0000
+++ linux/arch/mips/cobalt/Makefile 2005-04-10 13:16:58.000000000 +0100
@@ -2,6 +2,6 @@
# Makefile for the Cobalt micro systems family specific parts of the kernel
#
-obj-y := irq.o int-handler.o reset.o setup.o promcon.o
+obj-y := irq.o int-handler.o reset.o setup.o
EXTRA_AFLAGS := $(CFLAGS)
next reply other threads:[~2005-04-10 13:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-10 13:06 Peter Horton [this message]
2005-04-11 12:27 ` [PATCH Cobalt 1/3] fix hang on Qube2700 boot Ralf Baechle
2005-04-11 13:04 ` Peter Horton
2005-04-11 13:07 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050410130635.GA20589@skeleton-jack \
--to=pdh@colonel-panic.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.