aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/serial.h
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-06-21 15:06:21 +0900
committerRalf Baechle <ralf@linux-mips.org>2007-07-10 17:33:00 +0100
commit6b5bf509317c013ea0a7c166affc1d4631720d85 (patch)
tree09c4cfaea1feca577930edbb7e382b573c98290e /include/asm-mips/serial.h
parent36de48de85bdb9bc8c35c1eb513737c187d70a46 (diff)
downloadkernel_samsung_smdk4412-6b5bf509317c013ea0a7c166affc1d4631720d85.zip
kernel_samsung_smdk4412-6b5bf509317c013ea0a7c166affc1d4631720d85.tar.gz
kernel_samsung_smdk4412-6b5bf509317c013ea0a7c166affc1d4631720d85.tar.bz2
[MIPS] EV64120: Remove support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/serial.h')
-rw-r--r--include/asm-mips/serial.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h
index ce51213..01f1a82 100644
--- a/include/asm-mips/serial.h
+++ b/include/asm-mips/serial.h
@@ -51,24 +51,6 @@
#define JAZZ_SERIAL_PORT_DEFNS
#endif
-/*
- * Galileo EV64120 evaluation board
- */
-#ifdef CONFIG_MIPS_EV64120
-#include <mach-gt64120.h>
-#define EV64120_SERIAL_PORT_DEFNS \
- { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \
- .flags = STD_COM_FLAGS, \
- .iomem_base = EV64120_UART0_REGS_BASE, .iomem_reg_shift = 2, \
- .io_type = SERIAL_IO_MEM }, \
- { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \
- .flags = STD_COM_FLAGS, \
- .iomem_base = EV64120_UART1_REGS_BASE, .iomem_reg_shift = 2, \
- .io_type = SERIAL_IO_MEM },
-#else
-#define EV64120_SERIAL_PORT_DEFNS
-#endif
-
#ifdef CONFIG_HAVE_STD_PC_SERIAL_PORT
#define STD_SERIAL_PORT_DEFNS \
/* UART CLK PORT IRQ FLAGS */ \
@@ -166,7 +148,6 @@
#define SERIAL_PORT_DFNS \
DDB5477_SERIAL_PORT_DEFNS \
- EV64120_SERIAL_PORT_DEFNS \
IP32_SERIAL_PORT_DEFNS \
JAZZ_SERIAL_PORT_DEFNS \
STD_SERIAL_PORT_DEFNS \