Skip to content

Commit

Permalink
MIPS: Loongson: Remove existing early_printk implementation
Browse files Browse the repository at this point in the history
Removes the existing implementation of early_printk for fulong.  The old
implementation was based on the outdated board-specific dbg_io.c.

Since commit 8d60a90 dbg_io.c is not longer
needed; it will be removed by the next patch, and a new implementation of
early_printk will be added later.

Signed-off-by: Wu Zhangjin <wuzj@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Sep 17, 2009
1 parent eb42306 commit efc49ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/mips/lemote/lm2e/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
extern unsigned long bus_clock;
extern unsigned long cpu_clock_freq;
extern unsigned int memsize, highmemsize;
extern int putDebugChar(unsigned char byte);

static int argc;
/* pmon passes arguments in 32bit pointers */
Expand Down Expand Up @@ -90,8 +89,3 @@ do { \
void __init prom_free_prom_memory(void)
{
}

void prom_putchar(char c)
{
putDebugChar(c);
}

0 comments on commit efc49ef

Please sign in to comment.