]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: powertv: Drop SYS_HAS_EARLY_PRINTK
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 17 Jun 2013 07:53:47 +0000 (07:53 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jun 2013 19:26:57 +0000 (21:26 +0200)
commitbe383f185376168bd7bda26558c7da56506e9322
treeb766eff65cf09b0df0aecae82e721559762c18ef
parent72b1412d5e4e2558c37c5045cecd1469e5cd909a
MIPS: powertv: Drop SYS_HAS_EARLY_PRINTK

PowerTV does not provide a prom_putchar function needed for early
printk so remove this symbol for this platform.

Fixes the following problem when EARLY_PRINTK is enabled for powertv:

arch/mips/kernel/early_printk.c:24: undefined reference to `prom_putchar'
arch/mips/kernel/early_printk.c:23: undefined reference to `prom_putchar'

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5477/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig