From 7bf76eb3e8c87619ffe19615ae59b7b08d08cf12 Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Fri, 28 Aug 1998 23:28:18 +0000 Subject: switched from fbcon to dummy_con --- arch/mips/jazz/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') 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; } -- cgit v1.2.3