diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-10-02 10:13:17 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:14 -0400 |
commit | 5a860424a1bcf21655d993a7c09b36662e34d2a9 (patch) | |
tree | 885c436e8688ae6ade30f3873c8826f28303f41c /include/asm-mips | |
parent | b4126e86301cfc6863cbc74bc4500a88b7c582df (diff) |
[MIPS] Cobalt: Move UART base definition to arch/mips/cobalt/console.c
They're only used in arch/mips/cobalt/console.c.
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')
-rw-r--r-- | include/asm-mips/mach-cobalt/cobalt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/mach-cobalt/cobalt.h b/include/asm-mips/mach-cobalt/cobalt.h index f27fcef3e3ff..4cb5844d42df 100644 --- a/include/asm-mips/mach-cobalt/cobalt.h +++ b/include/asm-mips/mach-cobalt/cobalt.h | |||
@@ -39,6 +39,4 @@ extern int cobalt_board_id; | |||
39 | # define COBALT_KEY_SELECT (1 << 7) | 39 | # define COBALT_KEY_SELECT (1 << 7) |
40 | # define COBALT_KEY_MASK 0xfe | 40 | # define COBALT_KEY_MASK 0xfe |
41 | 41 | ||
42 | #define COBALT_UART ((volatile unsigned char *) CKSEG1ADDR(0x1c800000)) | ||
43 | |||
44 | #endif /* __ASM_COBALT_H */ | 42 | #endif /* __ASM_COBALT_H */ |