]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Netlogic: Remove XLR early serial setup
authorJayachandran C <jchandra@broadcom.com>
Fri, 25 Oct 2013 11:24:15 +0000 (16:54 +0530)
committerJohn Crispin <blogic@openwrt.org>
Tue, 14 Jan 2014 20:39:48 +0000 (21:39 +0100)
commit08521f379040887ce7db95e4c764f42babacea1a
treedcb192edf02c6180d2b5a4107a130dc425c92f9e
parente4700a4a99f8e0ce788bf957fb8a47a55549496f
MIPS: Netlogic: Remove XLR early serial setup

The early serial code is not needed because we already have early
printk support provided by common/earlycons.c

This change also fixes the following build error that occurs when
CONFIG_SERIAL_8250 is not configured for Netlogic XLR boards:

arch/mips/built-in.o: In function `nlm_early_serial_setup':
setup.c:(.init.text+0x274): undefined reference to `early_serial_setup'
make: *** [vmlinux] Error 1

Reported-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Acked-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6083/
arch/mips/include/asm/netlogic/xlr/xlr.h
arch/mips/netlogic/xlr/platform.c
arch/mips/netlogic/xlr/setup.c