On Tue, 15 Jan 2008 14:31:27 -0800, Frank Rowand <frank.rowand@xxxxxxxxxxx> wrote: > Implement early printk in the serial_txx9 driver, and enable for the > Toshiba RBTX4927 board. This is needed for the connect to GDB console > message. > > Signed-off-by: Frank Rowand <frank.rowand@xxxxxxxxxxx> > --- > arch/mips/Kconfig | 1 1 + 0 - 0 ! > arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c | 6 6 + 0 - 0 ! > drivers/serial/serial_txx9.c | 39 39 + 0 - 0 ! > 3 files changed, 46 insertions(+) Please do not add MIPS local prom_putchar() to the serial_txx9 driver. This driver is used on some powerpc platform too. --- Atsushi Nemoto