diff options
Diffstat (limited to 'include/asm-mips/serial.h')
-rw-r--r-- | include/asm-mips/serial.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h index ce51213d84f9..01f1a8213ccc 100644 --- a/include/asm-mips/serial.h +++ b/include/asm-mips/serial.h | |||
@@ -51,24 +51,6 @@ | |||
51 | #define JAZZ_SERIAL_PORT_DEFNS | 51 | #define JAZZ_SERIAL_PORT_DEFNS |
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | /* | ||
55 | * Galileo EV64120 evaluation board | ||
56 | */ | ||
57 | #ifdef CONFIG_MIPS_EV64120 | ||
58 | #include <mach-gt64120.h> | ||
59 | #define EV64120_SERIAL_PORT_DEFNS \ | ||
60 | { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \ | ||
61 | .flags = STD_COM_FLAGS, \ | ||
62 | .iomem_base = EV64120_UART0_REGS_BASE, .iomem_reg_shift = 2, \ | ||
63 | .io_type = SERIAL_IO_MEM }, \ | ||
64 | { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \ | ||
65 | .flags = STD_COM_FLAGS, \ | ||
66 | .iomem_base = EV64120_UART1_REGS_BASE, .iomem_reg_shift = 2, \ | ||
67 | .io_type = SERIAL_IO_MEM }, | ||
68 | #else | ||
69 | #define EV64120_SERIAL_PORT_DEFNS | ||
70 | #endif | ||
71 | |||
72 | #ifdef CONFIG_HAVE_STD_PC_SERIAL_PORT | 54 | #ifdef CONFIG_HAVE_STD_PC_SERIAL_PORT |
73 | #define STD_SERIAL_PORT_DEFNS \ | 55 | #define STD_SERIAL_PORT_DEFNS \ |
74 | /* UART CLK PORT IRQ FLAGS */ \ | 56 | /* UART CLK PORT IRQ FLAGS */ \ |
@@ -166,7 +148,6 @@ | |||
166 | 148 | ||
167 | #define SERIAL_PORT_DFNS \ | 149 | #define SERIAL_PORT_DFNS \ |
168 | DDB5477_SERIAL_PORT_DEFNS \ | 150 | DDB5477_SERIAL_PORT_DEFNS \ |
169 | EV64120_SERIAL_PORT_DEFNS \ | ||
170 | IP32_SERIAL_PORT_DEFNS \ | 151 | IP32_SERIAL_PORT_DEFNS \ |
171 | JAZZ_SERIAL_PORT_DEFNS \ | 152 | JAZZ_SERIAL_PORT_DEFNS \ |
172 | STD_SERIAL_PORT_DEFNS \ | 153 | STD_SERIAL_PORT_DEFNS \ |