summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2003-07-25 19:37:15 -0700
committerJens Axboe <axboe@suse.de>2003-07-25 19:37:15 -0700
commit1cd04b8e91d005034a5fd2bc026470267f96a3ff (patch)
tree35f82a053062ba10dcb82775545ffee27b851c6d
parent62068f4cab38860d7b1325c5a59c09cf1f380336 (diff)
[PATCH] MIPS DEC/SGI Linux logo
MIPS: Show the correct logo on DEC and SGI machines.
-rw-r--r--drivers/video/logo/logo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/logo/logo.c b/drivers/video/logo/logo.c
index fc9796848209..3ac34c1d5440 100644
--- a/drivers/video/logo/logo.c
+++ b/drivers/video/logo/logo.c
@@ -66,7 +66,7 @@ const struct linux_logo *fb_find_logo(int depth)
#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