Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] MIPS DEC/SGI Linux logo
@ 2003-06-29 11:25 Geert Uytterhoeven
  2003-06-29 11:25 ` Geert Uytterhoeven
  2003-06-29 11:59 ` Ralf Baechle
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2003-06-29 11:25 UTC (permalink / raw)
  To: James Simmons, Ralf Baechle
  Cc: Linux Frame Buffer Device Development, Linux/MIPS Development


MIPS: Show the correct logo on DEC and SGI machines.

--- linux-2.5.x/drivers/video/logo/logo.c.orig	Tue May 27 19:03:30 2003
+++ linux-2.5.x/drivers/video/logo/logo.c	Sat Jun 28 14:54:12 2003
@@ -66,7 +66,7 @@
 #endif
 #ifdef CONFIG_LOGO_DEC_CLUT224
 		/* DEC Linux logo on MIPS/MIPS64 */
-		if (mips_machgroup == MACH_GROUP_SGI)
+		if (mips_machgroup == MACH_GROUP_DEC)
 			logo = &logo_dec_clut224;
 #endif
 #ifdef CONFIG_LOGO_MAC_CLUT224

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-06-29 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-29 11:25 [PATCH] MIPS DEC/SGI Linux logo Geert Uytterhoeven
2003-06-29 11:25 ` Geert Uytterhoeven
2003-06-29 11:59 ` Ralf Baechle
2003-06-29 11:59   ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox