summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-08-28 23:28:18 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-08-28 23:28:18 +0000
commit7bf76eb3e8c87619ffe19615ae59b7b08d08cf12 (patch)
tree30f43c87ef0c7597e5393df08851e6bf083b5495 /arch
parent6702c3fd03eb3e6ce6cc373cb45b8191ede490bb (diff)
switched from fbcon to dummy_con
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/jazz/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c
index 8e4e73888..03177d515 100644
--- a/arch/mips/jazz/setup.c
+++ b/arch/mips/jazz/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.13 1998/08/25 09:14:37 ralf Exp $
+/* $Id: setup.c,v 1.14 1998/08/26 21:47:39 tsbogend Exp $
*
* Setup pointers to hardware-dependent routines.
*
@@ -127,6 +127,6 @@ __initfunc(void jazz_setup(void))
#ifdef CONFIG_BLK_DEV_IDE
ide_ops = &std_ide_ops;
#endif
- conswitchp = &fb_con;
+ conswitchp = &dummy_con;
rtc_ops = &jazz_rtc_ops;
}