]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 24 Jan 2014 21:39:50 +0000 (22:39 +0100)
commit194d315da86af504559a8a21026360097575bd55
tree324cec961ae685744b42aee0d5155abb1c3b9291
parenta17fca649c581c0ab07215b61567468169d208e3
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>
Signed-off-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