Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH Cobalt 1/3] fix hang on Qube2700 boot
@ 2005-04-10 13:06 Peter Horton
  2005-04-11 12:27 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Horton @ 2005-04-10 13:06 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-11 13:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-10 13:06 [PATCH Cobalt 1/3] fix hang on Qube2700 boot Peter Horton
2005-04-11 12:27 ` Ralf Baechle
2005-04-11 13:04   ` Peter Horton
2005-04-11 13:07     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox