[MIPS] Add early console for Cobalt.

Signed-off-by: Peter Horton <pdh@colonel-panic.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Peter Horton
2006-02-12 17:10:25 +00:00
committed by Ralf Baechle
parent c4a1745aa0
commit e87dddeb92
6 changed files with 60 additions and 8 deletions

View File

@@ -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 */