Commit 33f7ca2b authored by Paul Mackerras's avatar Paul Mackerras

PPC32: use CONFIG_FRAMEBUFFER_CONSOLE for logo rather than CONFIG_FB

parent 3a054682
...@@ -366,14 +366,14 @@ check_display(unsigned long mem) ...@@ -366,14 +366,14 @@ check_display(unsigned long mem)
default_colors[i*3+2]) != 0) default_colors[i*3+2]) != 0)
break; break;
#ifdef CONFIG_FB #ifdef CONFIG_FRAMEBUFFER_CONSOLE
for (i = 0; i < LINUX_LOGO_COLORS; i++) for (i = 0; i < LINUX_LOGO_COLORS; i++)
if (prom_set_color(ih, i + 32, if (prom_set_color(ih, i + 32,
linux_logo_red[i], linux_logo_red[i],
linux_logo_green[i], linux_logo_green[i],
linux_logo_blue[i]) != 0) linux_logo_blue[i]) != 0)
break; break;
#endif /* CONFIG_FB */ #endif /* CONFIG_FRAMEBUFFER_CONSOLE */
} }
} }
......
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