summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-cobalt
diff options
context:
space:
mode:
authorPeter Horton2006-02-12 18:10:25 +0100
committerRalf Baechle2006-03-21 14:27:44 +0100
commite87dddeb92618d9dbb8b9f946a193739a4447609 (patch)
tree4a07a4edf9c2ddb2f3f9a36118120144af476d44 /include/asm-mips/mach-cobalt
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 (diff)
downloadkernel-qcow2-linux-e87dddeb92618d9dbb8b9f946a193739a4447609.tar.gz
kernel-qcow2-linux-e87dddeb92618d9dbb8b9f946a193739a4447609.tar.xz
kernel-qcow2-linux-e87dddeb92618d9dbb8b9f946a193739a4447609.zip
[MIPS] Add early console for Cobalt.
Signed-off-by: Peter Horton <pdh@colonel-panic.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-cobalt')
-rw-r--r--include/asm-mips/mach-cobalt/cobalt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mach-cobalt/cobalt.h b/include/asm-mips/mach-cobalt/cobalt.h
index 78e1df2095fb..b3c5ecbec03c 100644
--- a/include/asm-mips/mach-cobalt/cobalt.h
+++ b/include/asm-mips/mach-cobalt/cobalt.h
@@ -113,4 +113,6 @@ do { \
# define COBALT_KEY_SELECT (1 << 7)
# define COBALT_KEY_MASK 0xfe
+#define COBALT_UART ((volatile unsigned char *) CKSEG1ADDR(0x1c800000))
+
#endif /* __ASM_COBALT_H */