Commit 1cd04b8e authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe

[PATCH] MIPS DEC/SGI Linux logo

MIPS: Show the correct logo on DEC and SGI machines.
parent 62068f4c
...@@ -66,7 +66,7 @@ const struct linux_logo *fb_find_logo(int depth) ...@@ -66,7 +66,7 @@ const struct linux_logo *fb_find_logo(int depth)
#endif #endif
#ifdef CONFIG_LOGO_DEC_CLUT224 #ifdef CONFIG_LOGO_DEC_CLUT224
/* DEC Linux logo on MIPS/MIPS64 */ /* DEC Linux logo on MIPS/MIPS64 */
if (mips_machgroup == MACH_GROUP_SGI) if (mips_machgroup == MACH_GROUP_DEC)
logo = &logo_dec_clut224; logo = &logo_dec_clut224;
#endif #endif
#ifdef CONFIG_LOGO_MAC_CLUT224 #ifdef CONFIG_LOGO_MAC_CLUT224
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment