diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-02-08 15:01:22 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-30 00:24:38 +0400 |
commit | 8a8594a738e2e6abcfb9370629ed95035505668f (patch) | |
tree | 0fce111c7a42134862a604f3a6c919a400640c5b /arch/mips/cobalt/Makefile | |
parent | 7cd93b893567906d9c9e9e1121667600b4cebbaf (diff) | |
download | linux-8a8594a738e2e6abcfb9370629ed95035505668f.tar.xz |
MIPS: Cobalt: Move to 8250/16550 serial early printk driver
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/948/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cobalt/Makefile')
-rw-r--r-- | arch/mips/cobalt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/cobalt/Makefile b/arch/mips/cobalt/Makefile index 61a334ac43ac..558e94977942 100644 --- a/arch/mips/cobalt/Makefile +++ b/arch/mips/cobalt/Makefile @@ -5,5 +5,4 @@ obj-y := buttons.o irq.o lcd.o led.o reset.o rtc.o serial.o setup.o time.o obj-$(CONFIG_PCI) += pci.o -obj-$(CONFIG_EARLY_PRINTK) += console.o obj-$(CONFIG_MTD_PHYSMAP) += mtd.o |