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)
default_colors[i*3+2]) != 0)
break;
#ifdef CONFIG_FB
#ifdef CONFIG_FRAMEBUFFER_CONSOLE
for (i = 0; i < LINUX_LOGO_COLORS; i++)
if (prom_set_color(ih, i + 32,
linux_logo_red[i],
linux_logo_green[i],
linux_logo_blue[i]) != 0)
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