diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-21 11:18:36 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:42 -0400 |
commit | c4ed38a0c6e2e5c4906296758f816ee71373792f (patch) | |
tree | 65ebab9ca61ea6d03109c53acd2989b626dce52a /include/asm-mips/serial.h | |
parent | 049b13c358f0187cf3c5003d5fb9848dbcb28bc3 (diff) |
Resurrect Cobalt support for 2.6.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/serial.h')
-rw-r--r-- | include/asm-mips/serial.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h index 4eed8e2acdc3..780197abb8ff 100644 --- a/include/asm-mips/serial.h +++ b/include/asm-mips/serial.h | |||
@@ -52,16 +52,6 @@ | |||
52 | #define JAZZ_SERIAL_PORT_DEFNS | 52 | #define JAZZ_SERIAL_PORT_DEFNS |
53 | #endif | 53 | #endif |
54 | 54 | ||
55 | #ifdef CONFIG_MIPS_COBALT | ||
56 | #include <asm/cobalt/cobalt.h> | ||
57 | #define COBALT_BASE_BAUD (18432000 / 16) | ||
58 | #define COBALT_SERIAL_PORT_DEFNS \ | ||
59 | /* UART CLK PORT IRQ FLAGS */ \ | ||
60 | { 0, COBALT_BASE_BAUD, 0xc800000, COBALT_SERIAL_IRQ, STD_COM_FLAGS }, /* ttyS0 */ | ||
61 | #else | ||
62 | #define COBALT_SERIAL_PORT_DEFNS | ||
63 | #endif | ||
64 | |||
65 | /* | 55 | /* |
66 | * Both Galileo boards have the same UART mappings. | 56 | * Both Galileo boards have the same UART mappings. |
67 | */ | 57 | */ |
@@ -342,7 +332,6 @@ | |||
342 | #endif /* CONFIG_SGI_IP32 */ | 332 | #endif /* CONFIG_SGI_IP32 */ |
343 | 333 | ||
344 | #define SERIAL_PORT_DFNS \ | 334 | #define SERIAL_PORT_DFNS \ |
345 | COBALT_SERIAL_PORT_DEFNS \ | ||
346 | DDB5477_SERIAL_PORT_DEFNS \ | 335 | DDB5477_SERIAL_PORT_DEFNS \ |
347 | EV96100_SERIAL_PORT_DEFNS \ | 336 | EV96100_SERIAL_PORT_DEFNS \ |
348 | IP32_SERIAL_PORT_DEFNS \ | 337 | IP32_SERIAL_PORT_DEFNS \ |